Skip to content

Commit ad2e22b

Browse files
committed
Correct spelling for “strictly”
1 parent d10a016 commit ad2e22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/components/defining-a-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Defining a Component
33
order: 1
44
---
55

6-
Most components you write will need some kind of JavaScript. While it's not _stricly_ necessary, more often than not
6+
Most components you write will need some kind of JavaScript. While it's not _strictly_ necessary, more often than not
77
you'll want to add JavaScript to provide logic. To do this you'll need to create a JavaScript `class`, and use the
88
"Custom Elements Registry" to attach your class so the browser knows to use it.
99

0 commit comments

Comments
 (0)