Skip to content

Commit ca235ae

Browse files
Fix grammar.
1 parent 0a4f193 commit ca235ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/tutorials/json.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"source": [
5252
"For this exercise, let's imagine we work for an awesome company that is organizing a fun RC car race across various teams in the company. Let's see which team has the fastest car! 🏎️\n",
5353
"\n",
54-
"This establishes 2 important entities: a `Team` and a `Car`. Normally we'd map this to their own dedicated table, however, let's assume that `Team` is well-structured but `Car` here is less structured then we'd prefer. In other words, the structure for what makes up a *car* is varing too much between entries (perhaps because users of the pipeline haven't agreed yet on the definition? 🤷).\n",
54+
"This establishes 2 important entities: a `Team` and a `Car`. Normally we'd map this to their own dedicated table, however, let's assume that `Team` is well-structured but `Car` is less structured then we'd prefer. In other words, the structure for what makes up a *car* is varing too much between entries (perhaps because users of the pipeline haven't agreed yet on the definition? 🤷).\n",
5555
"\n",
5656
"This would make it a good use-case to keep `Team` as a table but make `Car` actually a `json` type defined within the `Team` table.\n",
5757
"\n",
@@ -145,9 +145,9 @@
145145
"id": "ee5e4dcf",
146146
"metadata": {},
147147
"source": [
148-
"Next, business and marketing teams are up for registering their car.\n",
148+
"Next, business and marketing teams are up and register their cars.\n",
149149
"\n",
150-
"A few points to notice:\n",
150+
"A few points to notice below:\n",
151151
"- The person signing up on behalf of marketing does not know the specifics of the car during registration but another team member will be updating this soon before the race.\n",
152152
"- Notice how the `business` and `engineering` teams appear to specify the same property but refer to it as `safety_inspected` and `inspected` respectfully."
153153
]

0 commit comments

Comments
 (0)