Skip to content

Commit 5137455

Browse files
authored
Merge pull request #19 from github/peckjon-patch-6
Refine "today's hours" copilot prompt to align with example code
2 parents 15bb961 + 15847d4 commit 5137455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guided-workshop/exercises/5-coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Let's see how GitHub Copilot can help us quickly create the component. We're goi
149149
1. Finally, ask GitHub Copilot to display today's hours:
150150
151151
```javascript
152-
// display today and the hours in an div with an id of hours
152+
// 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"
153153
```
154154
155155
1. GitHub Copilot will likely suggest the following code line-by-line, which you can accept by pressing <kbd>Tab</kbd>:

0 commit comments

Comments
 (0)