en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Fix Typos

Open detinsley1s opened this issue 2 years ago • 1 comments

I changed "parenthesis" to "parentheses" since "parenthesis" is singular and "parentheses" is plural and the sentence uses the plural version of the word. I changed "layed" to "laid" since "layed" is not the correct way to spell the past tense of "lay." Finally, I changed "setup" to "set up" since "setup" is a noun and "set up" is a verb and the verb should be used here.

detinsley1s avatar Feb 07 '23 22:02 detinsley1s

Yes, that is better. That does sound simpler and makes the sentence more clear. Thank you.

On Wed, Feb 8, 2023 at 11:48 AM Jerald Vinfrank @.***> wrote:

@.**** commented on this pull request.

In 1-js/05-data-types/03-string/article.md https://github.com/javascript-tutorial/en.javascript.info/pull/3359#discussion_r1100486870 :

@@ -254,7 +254,7 @@ while (true) {

}




-The same algorithm can be layed out shorter:

+The same algorithm can be laid out shorter:


⬇️ Suggested change

-The same algorithm can be laid out shorter:

+The same algorithm can be made shorter:


would 'made' be more appropriate/simple?

—
Reply to this email directly, view it on GitHub
<https://github.com/javascript-tutorial/en.javascript.info/pull/3359#pullrequestreview-1289700896>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACM5YPSHIARATPOS54QM7YDWWPL5FANCNFSM6AAAAAAUURO3FA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>

detinsley1s avatar Feb 08 '23 18:02 detinsley1s