From b02fceda2f5ef374082a6a5c6f723f1c962822df Mon Sep 17 00:00:00 2001 From: "ilir.beqiri" Date: Fri, 19 Jan 2024 23:02:31 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20fix=20type=20for?= =?UTF-8?q?=20depended=20on=20word?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #1489 --- docs/setup/adding-source-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/adding-source-files.md b/docs/setup/adding-source-files.md index 1cf0c24a6..8f8acb636 100644 --- a/docs/setup/adding-source-files.md +++ b/docs/setup/adding-source-files.md @@ -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