Skip to content

Commit a2708ac

Browse files
committed
Fix anchor
1 parent d1c86cb commit a2708ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ modules. However, static JSON modules can do better performance-wise. In the e
6060
the `fetch()` for data.json doesn't start until the JavaScript in the module executes. This could be delayed by other dependencies in the module graph being slow to load, or by longer executions of other modules that appear earlier in the module graph's execution order.
6161

6262
With JSON modules, on the other hand, browsers can initiate
63-
the fetch for a JSON file as soon as the importing module is parsed, prior to module linking or execution. [Demo 1](#Demo-1) illustrates this difference.
63+
the fetch for a JSON file as soon as the importing module is parsed, prior to module linking or execution. [Demo 1](#demo-1) illustrates this difference.
6464

6565
## Demo 1
6666
### [Fetches for JSON and CSS modules starts before script execution](https://dandclark.github.io/json-css-module-notes/demo1/index.html)

0 commit comments

Comments
 (0)