Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9bff2ce

Browse files
eltocieargkalpak
authored andcommitted
docs($parse): fix typo in lval.ngdoc
assigment -> assignment Closes #17120
1 parent d463206 commit 9bff2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$parse/lval.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Occurs when an expression is trying to assign a value to a non-assignable expression.
77

8-
This can happen if the left side of an assigment is not a valid reference to a variable
8+
This can happen if the left side of an assignment is not a valid reference to a variable
99
or property. E.g. In the following snippet `1+2` is not assignable.
1010

1111
```

0 commit comments

Comments
 (0)