Skip to content

Commit 5c0fca1

Browse files
authored
✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs (#721)
1 parent 909286c commit 5c0fca1

File tree

93 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+108
-108
lines changed

docs/databases.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If we worked with a single table to store our heroes, it could be like this:
137137
<th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
138138
</tr>
139139
<tr>
140-
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Factor</td><td>Sister Margarets Bar</td>
140+
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Factor</td><td>Sister Margaret's Bar</td>
141141
</tr>
142142
<tr>
143143
<td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Sharp Tower</td>
@@ -166,7 +166,7 @@ We could end up with inconsistent information, having one place saying "Prevente
166166
<th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
167167
</tr>
168168
<tr>
169-
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margarets Bar</td>
169+
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
170170
</tr>
171171
<tr>
172172
<td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Preventers Tower ✅</td>
@@ -185,7 +185,7 @@ We could forget the name of the team and end up adding "Mahjong" with an invalid
185185
<th>id</th><th>name</th><th>secret_name</th><th>age</th><th>team</th><th>headquarters</th>
186186
</tr>
187187
<tr>
188-
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margarets Bar</td>
188+
<td>1</td><td>Deadpond</td><td>Dive Wilson</td><td>null</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
189189
</tr>
190190
<tr>
191191
<td>2</td><td>Spider-Boy</td><td>Pedro Parqueador</td><td>null</td><td>Preventers</td><td>Preventers Tower</td>
@@ -194,7 +194,7 @@ We could forget the name of the team and end up adding "Mahjong" with an invalid
194194
<td>3</td><td>Rusty-Man</td><td>Tommy Sharp</td><td>48</td><td>Preventers</td><td>Sharp Tower</td>
195195
</tr>
196196
<tr>
197-
<td>4</td><td>Mahjong</td><td>Neena Thurgirl</td><td>31</td><td>Y-Force 🚨</td><td>Sister Margarets Bar</td>
197+
<td>4</td><td>Mahjong</td><td>Neena Thurgirl</td><td>31</td><td>Y-Force 🚨</td><td>Sister Margaret's Bar</td>
198198
</tr>
199199
</table>
200200

@@ -216,7 +216,7 @@ The table for the teams could look like this:
216216
<td>1</td><td>Preventers</td><td>Sharp Tower</td>
217217
</tr>
218218
<tr>
219-
<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
219+
<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
220220
</tr>
221221
</table>
222222

docs/img/databases/relationships.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
116116
<mxGeometry x="50" width="110" height="50" as="geometry"/>
117117
</mxCell>
118-
<mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
118+
<mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;strokeColor=none;fillColor=none;" parent="54" vertex="1">
119119
<mxGeometry x="160" width="200" height="50" as="geometry"/>
120120
</mxCell>
121121
<mxCell id="66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;strokeWidth=2;" parent="1" source="18" target="54" edge="1">

docs/img/databases/relationships.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/img/tutorial/many-to-many/many-to-many.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
104104
<mxGeometry x="50" width="110" height="50" as="geometry"/>
105105
</mxCell>
106-
<mxCell id="57" value="&lt;p style=&quot;line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
106+
<mxCell id="57" value="&lt;p style=&quot;line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;fillColor=#e1d5e7;strokeColor=#9673a6;" parent="54" vertex="1">
107107
<mxGeometry x="160" width="200" height="50" as="geometry"/>
108108
</mxCell>
109109
<mxCell id="69" value="&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;heroteamlink&lt;/font&gt;" style="shape=table;html=1;whiteSpace=wrap;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontStyle=1;align=center;fillColor=#FFFFFF;swimlaneFillColor=#ffffff;" vertex="1" parent="1">

docs/img/tutorial/many-to-many/many-to-many.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/img/tutorial/relationships/select/relationships2.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<mxCell id="56" value="&lt;span style=&quot;font-family: &amp;#34;roboto&amp;#34; ; font-size: 18px&quot;&gt;Z-Force&lt;/span&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
116116
<mxGeometry x="50" width="110" height="50" as="geometry"/>
117117
</mxCell>
118-
<mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margarets Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
118+
<mxCell id="57" value="&lt;p style=&quot;background-color: rgb(255 , 255 , 255) ; line-height: 19px&quot;&gt;&lt;font face=&quot;Roboto&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Roboto&quot; style=&quot;font-size: 18px&quot;&gt;Sister Margaret's Bar&lt;/font&gt;&lt;/p&gt;" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;top=0;left=0;bottom=0;right=0;overflow=hidden;" parent="54" vertex="1">
119119
<mxGeometry x="160" width="200" height="50" as="geometry"/>
120120
</mxCell>
121121
<mxCell id="66" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;strokeWidth=2;" parent="1" source="18" target="54" edge="1">

docs/img/tutorial/relationships/select/relationships2.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/tutorial/code-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ So, the output would be:
138138
$ python -m project.app
139139

140140
Created hero: id=1 secret_name='Dive Wilson' team_id=1 name='Deadpond' age=None
141-
Hero's team: name='Z-Force' headquarters='Sister Margarets Bar' id=1
141+
Hero's team: name='Z-Force' headquarters='Sister Margaret's Bar' id=1
142142
```
143143

144144
</div>
@@ -243,7 +243,7 @@ And running that achieves the same result as before:
243243
$ python -m project.app
244244

245245
Created hero: id=1 age=None name='Deadpond' secret_name='Dive Wilson' team_id=1
246-
Hero's team: id=1 name='Z-Force' headquarters='Sister Margarets Bar'
246+
Hero's team: id=1 name='Z-Force' headquarters='Sister Margaret's Bar'
247247
```
248248

249249
</div>

docs/tutorial/connect/create-connected-rows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `team` table will look like this:
1212
<td>1</td><td>Preventers</td><td>Sharp Tower</td>
1313
</tr>
1414
<tr>
15-
<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
15+
<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
1616
</tr>
1717
</table>
1818

@@ -126,7 +126,7 @@ INFO Engine BEGIN (implicit)
126126
INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
127127
INFO Engine [generated in 0.00050s] ('Preventers', 'Sharp Tower')
128128
INFO Engine INSERT INTO team (name, headquarters) VALUES (?, ?)
129-
INFO Engine [cached since 0.002324s ago] ('Z-Force', 'Sister Margarets Bar')
129+
INFO Engine [cached since 0.002324s ago] ('Z-Force', 'Sister Margaret's Bar')
130130
INFO Engine COMMIT
131131
```
132132

docs/tutorial/connect/create-connected-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The team table will look like this:
1616
<td>1</td><td>Preventers</td><td>Sharp Tower</td>
1717
</tr>
1818
<tr>
19-
<td>2</td><td>Z-Force</td><td>Sister Margarets Bar</td>
19+
<td>2</td><td>Z-Force</td><td>Sister Margaret's Bar</td>
2020
</tr>
2121
</table>
2222

0 commit comments

Comments
 (0)