Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs($parse): fix typo in lval.ngdoc
assigment -> assignment

Closes #17120
  • Loading branch information
eltociear authored and gkalpak committed Mar 9, 2021
1 parent d463206 commit 9bff2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/error/$parse/lval.ngdoc
Expand Up @@ -5,7 +5,7 @@

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

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

```
Expand Down

0 comments on commit 9bff2ce

Please sign in to comment.