diff --git a/guide/english/javascript/assignment-operators/index.md b/guide/english/javascript/assignment-operators/index.md index 9c22ecdf57..92fca65f3f 100644 --- a/guide/english/javascript/assignment-operators/index.md +++ b/guide/english/javascript/assignment-operators/index.md @@ -4,7 +4,7 @@ title: Assignment Operators # Assignment Operators -Assignment operators, as the name suggests, assign (or re-assign) values to a variable. While there are quite a few variations on the assignment operators, they all build off of the basic assignment operator. +Assignment operators, as the name suggests, assign (or re-assign) values to a variable. While there are quite a few variations of assignment operators, they all build off of the basic assignment operator. ## Syntax