-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Typos fixed in multiple files #99
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sumn2u Can you please review this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the changes. Is it possible to rename the Javascript
to JavaScript
?
@@ -18,19 +18,19 @@ book = Learn Javascript | |||
The `document.cookie` property is used to create, read and delete cookies. Creating cookie is pretty easy you need to provide the name and value | |||
|
|||
```javascript | |||
document.cookie = "book=Learn Javacript"; | |||
document.cookie = "book=Learn Javascript"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible can you rename this Javascript
to JavaScript
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure why not?
@sumn2u Can you please review it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request fix the typo that has been seen in multiple files.