We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44d41ab + d4b3c13 commit 15a0c13Copy full SHA for 15a0c13
2-ui/1-document/07-modifying-document/6-create-list/task.md
@@ -10,7 +10,7 @@ For every list item:
10
11
1. Ask a user about its content using `prompt`.
12
2. Create the `<li>` with it and add it to `<ul>`.
13
-3. Continue until the user cancels the input (by pressing `key:Esc` or CANCEL in prompt).
+3. Continue until the user cancels the input (by pressing `key:Esc` or via an empty entry).
14
15
All elements should be created dynamically.
16
0 commit comments