File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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,
42
42
these pseudo-elements allow components and the outside page
43
43
to interact in safe, powerful ways,
44
44
maintaining encapsulation
45
- without surrending all control.
45
+ without surrendering all control.
46
46
47
47
Motivation {#motivation}
48
48
------------------------
@@ -192,7 +192,7 @@ not an id or tagname.
192
192
</template>
193
193
<c-e></c-e>
194
194
<script>
195
- // Add template as custom elment c-e
195
+ // Add template as custom element c-e
196
196
...
197
197
</script>
198
198
</pre>
@@ -217,7 +217,7 @@ Each part mapping is one of:
217
217
:: Is shorthand for <code> ident : ident</code> .
218
218
219
219
: anything else
220
- :: Ignored for error-recovery / future compat .
220
+ :: Ignored for error-recovery / future compatibility .
221
221
</dl>
222
222
223
223
Note: 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.
256
256
257
257
<c-e></c-e>
258
258
<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
260
260
...
261
261
</script>
262
262
</pre>
You can’t perform that action at this time.
0 commit comments