Skip to content

Commit 71ad650

Browse files
committed
grammatical fix
1 parent a811aa5 commit 71ad650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/actions-and-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Like we mentioned at the beginning of this section, components are like custom,
22
user-defined HTML elements. So far we've seen how to pass argument values
33
into components, which is similar to passing attributes into HTML elements like
44
`input`s, `select`s, or `dialog`s and how components can use these argument values
5-
for both their JavaScript and template. We've also seen how you can pass
5+
in both their JavaScript and template. We've also seen how you can pass
66
actual HTML attributes forward, allowing you to customize the elements that
77
components produce.
88

0 commit comments

Comments
 (0)