-
Notifications
You must be signed in to change notification settings - Fork 3
「プロジェクト」の節のToDoアプリの解答のタイポを修正 #914
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
Conversation
Deploying utcode-learn with
|
| Latest commit: |
13cb02f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54ebc963.utcode-learn.pages.dev |
| Branch Preview URL: | https://fix-todo-code-typo.utcode-learn.pages.dev |
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.
Pull request overview
This pull request fixes a typo in the ToDo app solution code within the Japanese documentation's "Project" section. The change corrects the placement of a Japanese full-width period character in a prompt message string.
Changes:
- Corrected punctuation placement in a JavaScript prompt message from having the period outside the string to inside the string
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e523e1e to
13cb02f
Compare
| todoInput.oninput = () => { | ||
| addButton.disabled = todoInput.value === ""; | ||
| }; |
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.
MDXファイルの内容に合わせた形です。
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nakaterm
left a comment
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.
良いと思います!
No description provided.