Skip to content

Commit 9692890

Browse files
Update 20480C_MOD03_DEMO.md
#
1 parent ab63817 commit 9692890

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Instructions/20480C_MOD03_DEMO.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ Ensure that you have cloned the 20480C directory from GitHub (**https://github.c
269269
```javascript
270270
if (inputList.length < 5) {
271271
272-
const hobbiesList = document.getElementById('hobbiesList');
273-
272+
const hobbiesList = document.getElementById('hobbiesList');
274273
const newLineElement = createNode('br'),
275274
inputElement = createNode('input');
276275
@@ -306,7 +305,7 @@ Ensure that you have cloned the 20480C directory from GitHub (**https://github.c
306305
4. Click **IIS Express (Microsoft Edge)**.
307306
5. In the **HTML Basic** window, on the input box below the label **My hobbies**, type a hobby and then click the **Add hobby** button. Repeat this step 5 times.
308307
6. Verify you cannot add more than 5 hobbies.
309-
7. In **HtmlDOMSample - Microsoft Visual Studio**, on the **Debug menu** click **Stop Debugging**.
308+
7. In **HtmlDOMSample - Microsoft Visual Studio**, on the **Debug** menu click **Stop Debugging**.
310309
8. Close all open windows.
311310

312311
©2018 Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)