Skip to content

Commit

Permalink
Corrected typo in documentation: change "form" to "from" (#29992)
Browse files Browse the repository at this point in the history
This commit addresses a typographical error in the documentation by replacing "form" with "from" for accuracy and clarity.

(cherry picked from commit 91adc48)
  • Loading branch information
psmohan authored and crisbeto committed Nov 11, 2024
1 parent 8141e45 commit b57f7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/schematics/update-tool/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class UpdateProject<Context> {
}

/**
* 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.
Expand Down

0 comments on commit b57f7b6

Please sign in to comment.