We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab0149 commit ea0ed1cCopy full SHA for ea0ed1c
packages/javascript-kernel/src/display.ts
@@ -9,7 +9,7 @@ export interface IMimeBundle {
9
}
10
11
/**
12
- * Display request from $$.display().
+ * Display request from display().
13
*/
14
export interface IDisplayData {
15
data: IMimeBundle;
@@ -74,7 +74,7 @@ export class DisplayHelper {
74
* @returns A new DisplayHelper instance.
75
*
76
* @example
77
- * $$.display('my-id').html('<div>...</div>')
+ * display('my-id').html('<div>...</div>')
78
79
display(id?: string): DisplayHelper {
80
return new DisplayHelper(id);
0 commit comments