Skip to content

Commit dca1015

Browse files
committed
fix fetch example
1 parent 0647577 commit dca1015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.examples/Fetch From API And Insert Into HTML.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Usage:
99
* Select an HTML template and execute.
1010
* Example:
11-
* <h2 class="title">title property from JSON<h2>
12-
* <p class="description">description property from JSON<p>
11+
* <h2 class="title">title property from JSON</h2>
12+
* <p class="description">description property from JSON</p>
1313
*/
1414

1515
const response = await fetch("https://dummyjson.com/products/" + (INDEX + 1));

0 commit comments

Comments
 (0)