Skip to content

Commit b65ad3b

Browse files
authored
Fix grammar typo (#7676)
Add missing preposition "in".
1 parent 8f9b27f commit b65ad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/javascript-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var x = React.createElement(comps_1.RepoDisplay, {description: "test"});
199199
## Configure your JavaScript project
200200

201201
The language service is powered by static analysis, which means it analyzes your source code without actually executing it in order to return IntelliSense results and provide other editing features.
202-
Therefore, the larger the quantity and size of files that are included your project context, the more memory and CPU will be used during analysis.
202+
Therefore, the larger the quantity and size of files that are included in your project context, the more memory and CPU will be used during analysis.
203203
Because of this, there are a few default assumptions that are made about your project shape:
204204

205205
- `package.json` and `bower.json` list dependencies used by your project and by default are included in Automatic Type Acquisition (ATA)

0 commit comments

Comments
 (0)