Skip to content

Commit 1579bf3

Browse files
committed
spelling: changed
1 parent 65f2765 commit 1579bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/property-effects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@
14131413
* The dirty-check is important to prevent cycles due to two-way
14141414
* notification, but paths and objects are only dirty checked against any
14151415
* previous value set during this turn via a "temporary cache" that is
1416-
* cleared when the last `_propertiesChaged` exits. This is so:
1416+
* cleared when the last `_propertiesChanged` exits. This is so:
14171417
* a. any cached array paths (e.g. 'array.3.prop') may be invalidated
14181418
* due to array mutations like shift/unshift/splice; this is fine
14191419
* since path changes are dirty-checked at user entry points like `set`

0 commit comments

Comments
 (0)