File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ into the component for it to do with as it will,
4242these pseudo-elements allow components and the outside page
4343to interact in safe, powerful ways,
4444maintaining encapsulation
45- without surrending all control.
45+ without surrendering all control.
4646
4747Motivation {#motivation}
4848------------------------
@@ -192,7 +192,7 @@ not an id or tagname.
192192</template>
193193<c-e></c-e>
194194<script>
195- // Add template as custom elment c-e
195+ // Add template as custom element c-e
196196 ...
197197</script>
198198</pre>
@@ -217,7 +217,7 @@ Each part mapping is one of:
217217 :: Is shorthand for <code> ident : ident</code> .
218218
219219 : anything else
220- :: Ignored for error-recovery / future compat .
220+ :: Ignored for error-recovery / future compatibility .
221221</dl>
222222
223223Note: It's okay to map a sub-part to several names.
@@ -256,7 +256,7 @@ Consider a mechanism to exclude sub-parts without forwarding them.
256256
257257<c-e></c-e>
258258<script>
259- // Add template as custom elments c-e-inner, c-e-outer
259+ // Add template as custom elements c-e-inner, c-e-outer
260260 ...
261261</script>
262262</pre>
You can’t perform that action at this time.
0 commit comments