Skip to content

Commit c756b5f

Browse files
authored
Update User-Input.md
1 parent f0f1a88 commit c756b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User-Input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Using `prompt()`
44
Reading in input from the user can be done using `prompt()` .
55

6-
> prompt() will only work in browsers, not in IDE's sucs a VSCode.
6+
> prompt() will only work in browsers, not in IDE's such as VSCode.
77
88
```javascript
99
const iOSMessage = 'Looks like you develop for Apple devices.';

0 commit comments

Comments
 (0)