From 934fb7ae60edd31a3b6153bfce399ceec12b3e75 Mon Sep 17 00:00:00 2001 From: Cameron Burkholder Date: Thu, 18 Oct 2018 21:20:04 -0400 Subject: [PATCH] Fix incorrect sentence (#20315) Fix error in sentence structure --- guide/english/javascript/assignment-operators/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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