Skip to content

Commit 48feecb

Browse files
committed
Update docs/_media/example.js
1 parent 99bb65d commit 48feecb

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
@@ -3,7 +3,7 @@ import fetch from 'fetch';
33
const URL = 'https://example.com';
44
const PORT = 8080;
55

6-
// / [demo]
6+
/// [demo]
77
const result = fetch(`${URL}:${PORT}`)
88
.then(response => {
99
return response.json();

0 commit comments

Comments
 (0)