Skip to content

Commit 8cd8e0b

Browse files
committed
typedoc doesn't support gjs
1 parent 36e27f2 commit 8cd8e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reactiveweb/src/document-head.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { resource, resourceFactory } from 'ember-resources';
1313
* No-ops if something else already added the script with the same URL.
1414
*
1515
* @example
16-
* ```gjs
16+
* ```js
1717
* import { addScript } from 'reactiveweb/document-head';
1818
*
1919
* <template>
@@ -95,7 +95,7 @@ resourceFactory(addScript);
9595
* No-ops if something else already added the link with the same URL.
9696
*
9797
* @example
98-
* ```gjs
98+
* ```js
9999
* import { addLink } from 'reactiveweb/document-head';
100100
*
101101
* <template>

0 commit comments

Comments
 (0)