From 52c61df1f82c26fc1b98c179af3cfbafc64a5155 Mon Sep 17 00:00:00 2001 From: fransposito <44411858+fransposito@users.noreply.github.com> Date: Thu, 17 Jan 2019 11:20:50 -0600 Subject: [PATCH] grammatical edits for readability (#27623) --- .../divide-one-number-by-another-with-javascript/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md b/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md index 63da725645..92e51d4099 100644 --- a/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md +++ b/guide/english/javascript/tutorials/divide-one-number-by-another-with-javascript/index.md @@ -1,6 +1,6 @@ --- title: Divide One Number by Another with JavaScript --- -JavaScript uses use the `/` symbol for division. +JavaScript uses the `/` symbol for division. - var quotient = 66 / 33; \ No newline at end of file + var quotient = 66 / 33;