We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c4dd1 commit 8ac94a2Copy full SHA for 8ac94a2
content/guided-workshop/exercises/5-coding.md
@@ -149,7 +149,7 @@ Let's see how GitHub Copilot can help us quickly create the component. We're goi
149
1. Finally, ask GitHub Copilot to display today's hours:
150
151
```javascript
152
- // display a header of "Today's Hours", and the hours (in a paragraph), inside an div with an id of "hours"
+ // display a header of "Today's Hours", and the name of today and hours (in a paragraph), inside an div with an id of "hours"
153
```
154
155
1. GitHub Copilot will likely suggest the following code line-by-line, which you can accept by pressing <kbd>Tab</kbd>:
0 commit comments