From 780a6858e003abeef637b48ab44829f91cb60225 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:05:18 -0400 Subject: [PATCH] Correct grammatical error in markdown cells Fixed the grammatical error in the markdown cell by changing "users location" to the possessive "user's location". --- tutorials/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/getting_started.ipynb b/tutorials/getting_started.ipynb index a3e70b17..7cfbcbf5 100644 --- a/tutorials/getting_started.ipynb +++ b/tutorials/getting_started.ipynb @@ -152,7 +152,7 @@ " \"format\": {\n", " \"type\": \"string\",\n", " \"enum\": [\"celsius\", \"fahrenheit\"],\n", - " \"description\": \"The temperature unit to use. Infer this from the users location.\",\n", + " \"description\": \"The temperature unit to use. Infer this from the user's location.\",\n", " },\n", " },\n", " \"required\": [\"location\", \"format\"],\n",