Skip to content

Commit 84b90f5

Browse files
committed
fixed typo
1 parent 98f8826 commit 84b90f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-1/4-stretch-explore/chrome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In the Chrome console,
1111
invoke the function `alert` with an input string of `"Hello world!"`;
1212

1313
What effect does calling the `alert` function have?
14-
// `alert` function deisplays a popup dialogue box with a message and the user have to click 'ok' button.
14+
// `alert` function displays a popup dialogue box with a message and the user have to click 'ok' button.
1515

1616
Now try invoking the function `prompt` with a string input of `"What is your name?"` - store the return value of your call to `prompt` in an variable called `myName`.
1717

0 commit comments

Comments
 (0)