We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac2e71 commit 1fc3647Copy full SHA for 1fc3647
1-js/02-first-steps/01-hello-world/article.md
@@ -95,7 +95,7 @@ To attach several scripts, use multiple tags:
95
```smart
96
As a rule, only the simplest scripts are put into HTML. More complex ones reside in separate files.
97
98
-The benefit of a separate file is that the browser will download it and then store in its [cache](https://en.wikipedia.org/wiki/Web_cache).
+The benefit of a separate file is that the browser will download it and then store it in its [cache](https://en.wikipedia.org/wiki/Web_cache).
99
100
After this, other pages that want the same script will take it from the cache instead of downloading it. So the file is actually downloaded only once.
101
0 commit comments