From 6ab5d2849f573fe06916cef690ea2db18712af31 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Wed, 26 Jan 2022 07:49:20 +0100 Subject: [PATCH] typos --- src/components/Help.vue | 2 +- src/locales/eng.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Help.vue b/src/components/Help.vue index 85afca45..383dede5 100644 --- a/src/components/Help.vue +++ b/src/components/Help.vue @@ -64,7 +64,7 @@ Examples: <p>Søket “<a href="https://ordbokene.no/bm,nn/search?q=f%C3%B8rsk%25l%C3%A6r_r&scope=ei">førsk%lær_r</a>†gives resutls for “førskolelærer†(pre-school teacher) in the Bokmål dictionary and “førskolelærar/førskulelærar†(pre-school teacher) in the Nynorsk dictionary.</p> <h3>Combine search terms</h3> -<p>The symbol <span class="search_symbol">|</span> allows you to search in several search words at the same tiem. You can also combine search words that contain wildcard symbols.</p> +<p>The symbol <span class="search_symbol">|</span> allows you to use in several search words at the same time. You can also combine search words that contain wildcard symbols.</p> Examples: <p>The search “<a href="https://ordbokene.no/bm,nn/search?q=kj%C3%A6rlighet%7Ckj%C3%A6rleik&scope=ei">kjærlighet|kjærleik</a>†yields the result “kjærlighet†in the Bokmål dictionary and “kjærleik†(love) in the Nynorsk dictionary.</p> diff --git a/src/locales/eng.json b/src/locales/eng.json index 3af2b376..80761ee5 100644 --- a/src/locales/eng.json +++ b/src/locales/eng.json @@ -119,7 +119,7 @@ "share": "Share the word", "copy_link": "Copy link", "cite": "Cite", - "cite_description": ["If you want to cite this article in the ", "we recommend that you state when the article was retrieved (read), e. g. as follows:"], + "cite_description": ["If you want to cite this article in the ", " we recommend that you state when the article was retrieved (read), e. g. as follows:"], "copy": "Copy", "download": "Download RIS file", "link_copied": "Link copied to the clipboard", -- GitLab