Skip to content

Commit c0cbee0

Browse files
authored
fix typo in custom attribute converter tutorial (#1307)
1 parent f0aa0ef commit c0cbee0

File tree

1 file changed

+1
-1
lines changed
  • packages/lit-dev-content/site/tutorials/content/custom-attribute-converter

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/tutorials/content/custom-attribute-converter/00.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Web Components can receive data in many ways, but one of the most common ways is to use an attribute because attributes are declarative, static, and easy to read & write in HTML!
22

3-
Every HTML element in the browser has *attibutes* and *properties*:
3+
Every HTML element in the browser has *attributes* and *properties*:
44

55
* [*Attributes*](https://developer.mozilla.org/en-US/docs/Glossary/attribute) are additional values that describe the state of an element in HTML. Attributes can only have string values.
66
* [*Properties*](https://developer.mozilla.org/en-US/docs/Glossary/property/JavaScript) are the instance properties of an element's JavaScript DOM object. Properties can take any kind of value, like numbers, booleans, and arrays.

0 commit comments

Comments
 (0)