Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Fix missing word #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ If you are developing a web extension for Visual Studio Team Service using TypeS

1. Place TypeScript source files in `src`
2. Place static content (CSS, images, HTML, etc) in `static`
* This simplifes the process of packaging all necessary static content in your
* This simplifes the process of packaging all necessary static content in your extension.

### TypeScript project file (`tsconfig.json`)

Expand Down