From 0443f9b5fe8f8c61b2b703693d26de14fa6bb8e8 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 7 Mar 2024 11:14:31 +0100 Subject: [PATCH] fix typos --- content/browsing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/browsing.md b/content/browsing.md index 397f7834..70f6a1ff 100644 --- a/content/browsing.md +++ b/content/browsing.md @@ -245,7 +245,7 @@ According to the view above, it seems to have five changes (as of ## (5) Which recipes include the ingredient "salt" ? -Version control makes it very easy to find all occurences of a single +Version control makes it very easy to find all occurrences of a single word. This is useful for things like tracing through code `````{tabs} @@ -260,7 +260,7 @@ instance, including the context. ````{group-tab} VS Code If you use the "Search" magnifying class on the left sidebar, and -search for "Salt" it shows the occurences in every file. You can +search for "Salt" it shows the occurrences in every file. You can click to see the usage in context. ````