From 9e4af0a5ab3ff47e0f2c461acfcb5352cb9afcd2 Mon Sep 17 00:00:00 2001 From: Eoussama Date: Sat, 18 Aug 2018 21:21:05 +0100 Subject: [PATCH] Typo fixes in the documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b6aa0..2cdeb5b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file