Skip to content

Commit 9ce3422

Browse files
committed
Merge branch 'main' into live
2 parents 6137e58 + 2bb63ab commit 9ce3422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/tutorials/share-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Docker tutorial - Part 2: Share your app"
2+
title: "Docker tutorial - Part 4: Share your app"
33
description: Describes how to share Docker images using the Docker Hub registry.
44
ms.prod: vs-code
55
ms.topic: tutorial

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)