Skip to content

Commit 91adc48

Browse files
authored
Corrected typo in documentation: change "form" to "from" (angular#29992)
This commit addresses a typographical error in the documentation by replacing "form" with "from" for accuracy and clarity.
1 parent 17ff5be commit 91adc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/schematics/update-tool/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class UpdateProject<Context> {
194194
}
195195

196196
/**
197-
* Creates a program form the specified tsconfig and patches the host
197+
* Creates a program from the specified tsconfig and patches the host
198198
* to read files and directories through the given file system.
199199
*
200200
* @throws {TsconfigParseError} If the tsconfig could not be parsed.

0 commit comments

Comments
 (0)