fix 2 typos from restructuring

This commit is contained in:
Stefan Feješ
2017-12-27 17:05:37 +01:00
parent f4dae21f5d
commit 4468af558f
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ const currentURL = () => window.location.href;
```
```js
currentUrl() // 'https://google.com'
currentURL() // 'https://google.com'
```