Skip to content

Commit

Permalink
Update docs/_media/example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Dec 16, 2023
1 parent e417697 commit 1905532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_media/example.js
Expand Up @@ -3,7 +3,7 @@ import fetch from 'fetch';
const URL = 'https://example.com';
const PORT = 8080;

// / [demo]
/// [demo]
const result = fetch(`${URL}:${PORT}`)
.then(response => {
return response.json();
Expand Down

0 comments on commit 1905532

Please sign in to comment.