Skip to content

Commit e417697

Browse files
authored
Update docs/_media/example.js
1 parent 1cf3852 commit e417697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_media/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ const result = fetch(`${URL}:${PORT}`)
1111
.then(myJson => {
1212
console.log(JSON.stringify(myJson));
1313
});
14-
// / [demo]
14+
/// [demo]
1515

1616
result.then(console.log).catch(console.error);

0 commit comments

Comments
 (0)