File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ For Curve:
341341
342342To install from source, specify ` build_from_source=true ` in a ` .npmrc ` file
343343
344- ```
344+ ``` ini
345345build_from_source =true
346346```
347347
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ export class Subscriber extends Socket {
10601060 }
10611061
10621062 /**
1063- * Establish a new message filter. Newly created {@link Subsriber } sockets
1063+ * Establish a new message filter. Newly created {@link Subscriber } sockets
10641064 * will filtered out all incoming messages. Call this method to subscribe to
10651065 * messages beginning with the given prefix.
10661066 *
Original file line number Diff line number Diff line change 1212 " examples/**/*" ,
1313 " build/**/*"
1414 ],
15+ "highlightLanguages" : [
16+ " bash" ,
17+ " console" ,
18+ " css" ,
19+ " html" ,
20+ " javascript" ,
21+ " json" ,
22+ " jsonc" ,
23+ " json5" ,
24+ " tsx" ,
25+ " typescript" ,
26+ " ini"
27+ ],
1528 "cleanOutputDir" : true ,
1629 "pretty" : false ,
1730 "githubPages" : true
You can’t perform that action at this time.
0 commit comments