Fix name of JavaScript

This commit is contained in:
Alexey Pyltsyn 2019-04-23 11:51:28 +03:00
parent 3b14ed8185
commit c5ce5578fc
32 changed files with 61 additions and 61 deletions

View file

@ -129,7 +129,7 @@ Async scripts are great when we integrate an independant third-party script into
## Dynamic scripts
We can also create a script dynamically using Javascript:
We can also create a script dynamically using JavaScript:
```js run
let script = document.createElement('script');