Skip to content

Commit

Permalink
docs: fix typo in adding-source-files.md (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilirbeqirii committed Feb 11, 2024
1 parent 871cb46 commit 6fdf7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/adding-source-files.md
Expand Up @@ -45,7 +45,7 @@ const project = new Project({
});
```

If you are adding source files to a project in other ways and want to ensure the all the source files dependended on by the added source files
If you are adding source files to a project in other ways and want to ensure the all the source files depended on by the added source files
are also included in the Project, then call the `.resolveSourceFileDependencies()` after adding everything:

```ts
Expand Down

0 comments on commit 6fdf7d3

Please sign in to comment.