From 0ac7c3c60ee4034350f9c3638084badf786ecdf9 Mon Sep 17 00:00:00 2001 From: psmohan <51958776+psmohan@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:20:24 +0530 Subject: [PATCH] Corrected typo in documentation: change "form" to "from" This commit addresses a typographical error in the documentation by replacing "form" with "from" for accuracy and clarity. --- src/cdk/schematics/update-tool/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdk/schematics/update-tool/index.ts b/src/cdk/schematics/update-tool/index.ts index bd8498ecf4b8..a63302a2a408 100644 --- a/src/cdk/schematics/update-tool/index.ts +++ b/src/cdk/schematics/update-tool/index.ts @@ -194,7 +194,7 @@ export class UpdateProject { } /** - * Creates a program form the specified tsconfig and patches the host + * Creates a program from the specified tsconfig and patches the host * to read files and directories through the given file system. * * @throws {TsconfigParseError} If the tsconfig could not be parsed.