Skip to content

Commit

Permalink
fix: #667 - Fix typo in adding-source-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tw3 authored and dsherret committed Jul 26, 2019
1 parent 1147e2d commit d635f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/adding-source-files.md
Expand Up @@ -57,7 +57,7 @@ project.addSourceFilesFromTsConfig("dir2/tsconfig.json");
project.addExistingSourceFiles("dir3/**/*{.d.ts,.ts}");

// optionally call this when complete to resolve and
// add the depenent source files to the project
// add the dependent source files to the project
project.resolveSourceFileDependencies();
```

Expand Down

0 comments on commit d635f69

Please sign in to comment.