Skip to content

typo: Double word "appears" #2092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/javascript/write-and-edit-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Place your cursor where you want to insert the snippet, right-click and choose *

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

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

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

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

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