Skip to content

Commit

Permalink
Typo fixes in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Aug 18, 2018
1 parent 7b67e1f commit 9e4af0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ To target a specific part of the page, simply pass it as the first argument inst
```javascript
translate(document.querySelector('nav'), dict, 'fr');
```
That will only translate the children of than `nav` tag that have the class `trnsjs`.

That will only translate the children of the `nav` tag that have the class `trnsjs`.
And that's literally it.

0 comments on commit 9e4af0a

Please sign in to comment.