From d847ccd8b82721d93716ee8d4e7a24cacde5a83f Mon Sep 17 00:00:00 2001 From: Matthias Van Woensel Date: Fri, 13 Jul 2018 16:11:02 +0200 Subject: [PATCH] More spelling error fixes exemple -> example --- content/en/getting-started/code-toggle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/code-toggle.md b/content/en/getting-started/code-toggle.md index 3e6b7da0d..b304d2c5b 100644 --- a/content/en/getting-started/code-toggle.md +++ b/content/en/getting-started/code-toggle.md @@ -12,7 +12,7 @@ toc: true ## The Config Toggler! -This is an exemple for the Config Toggle shortcode. +This is an example for the Config Toggle shortcode. Its purpose is to let users choose a Config language by clicking on its corresponding tab. Upon doing so, every Code toggler on the page will be switched to the target language. Also, target language will be saved in user's `localStorage` so when they go to a different pages, Code Toggler display their last "toggled" config language. ## That Config Toggler