Skip to content

Commit 426bb08

Browse files
authored
Merge pull request #2092 from nschonni/patch-3
typo: Double word "appears"
2 parents d893d9b + 9446862 commit 426bb08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/javascript/write-and-edit-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Place your cursor where you want to insert the snippet, right-click and choose *
102102

103103
![Code snippet in Visual Studio](../javascript/media/write-code-insert-snippet.png)
104104

105-
An **Insert Snippet** box appears appears in the editor. Choose **General** and then double-click the **for** item in the list.
105+
An **Insert Snippet** box appears in the editor. Choose **General** and then double-click the **for** item in the list.
106106

107-
![Code snippet for for loop in Visual Studio](../javascript/media/write-code-insert-snippet-for-loop.png)
107+
![Code snippet for a for loop in Visual Studio](../javascript/media/write-code-insert-snippet-for-loop.png)
108108

109109
This adds the `for` loop snippet to your code:
110110

@@ -123,4 +123,4 @@ You can look at the available code snippets for your language by choosing **Edit
123123
- [Outlining](../ide/outlining.md)
124124
- [Go To Definition and Peek Definition](../ide/go-to-and-peek-definition.md)
125125
- [Refactoring](../ide/refactoring-in-visual-studio.md)
126-
- [Use IntelliSense](../ide/using-intellisense.md)
126+
- [Use IntelliSense](../ide/using-intellisense.md)

0 commit comments

Comments
 (0)