Skip to content

Fix grammar typo #7676

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
Feb 16, 2022
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
2 changes: 1 addition & 1 deletion docs/javascript/javascript-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ var x = React.createElement(comps_1.RepoDisplay, {description: "test"});
## Configure your JavaScript project

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.
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.
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.
Because of this, there are a few default assumptions that are made about your project shape:

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