We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10a016 commit ad2e22bCopy full SHA for ad2e22b
learn/components/defining-a-component.md
@@ -3,7 +3,7 @@ title: Defining a Component
3
order: 1
4
---
5
6
-Most components you write will need some kind of JavaScript. While it's not _stricly_ necessary, more often than not
+Most components you write will need some kind of JavaScript. While it's not _strictly_ necessary, more often than not
7
you'll want to add JavaScript to provide logic. To do this you'll need to create a JavaScript `class`, and use the
8
"Custom Elements Registry" to attach your class so the browser knows to use it.
9
0 commit comments