Skip to content

Commit 829e42e

Browse files
committed
fixed triple slash
1 parent c7bad50 commit 829e42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/how-to/author-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The usage spec for the library will be as follows.
3737
import * as webpackNumbers from 'webpack-numbers';
3838

3939
...
40-
webpackNumbers.wordToNum('Two') /// output is 2
40+
webpackNumbers.wordToNum('Two') // output is 2
4141
...
4242

4343
// CommonJs modules

0 commit comments

Comments
 (0)