Skip to content

Commit 4424194

Browse files
fix(curriculum): correct 'it's' to 'its' in RPS workshop step 12 (freeCodeCamp#60275)
1 parent d868500 commit 4424194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/workshop-rps-game/66cf35a75f891ab4f4e5497b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you try to play the game, you will see that you can play for an infinite amou
1111

1212
In your `showResults` function, if the player has reached three points, update the `winnerMsgElement` to `"Player has won the game!"`. If the computer has reached three points, update the `winnerMsgElement` to `"Computer has won the game!"`.
1313

14-
If there is a winner, show the `resetGameBtn` button by settings it's `display` to `block` and hide the `optionsContainer` by setting it's `display` to `none`.
14+
If there is a winner, show the `resetGameBtn` button by setting its `display` to `block` and hide the `optionsContainer` by setting its `display` to `none`.
1515

1616
Now, try to play the game and see if the winner message is displayed when a player reaches three points.
1717

0 commit comments

Comments
 (0)