File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/schematics/angular Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export function addModuleImportToStandaloneBootstrap(
169
169
* @param functionName Name of the function that should be called.
170
170
* @param importPath Path from which to import the function.
171
171
* @param args Arguments to use when calling the function.
172
- * @returns The file path that the provider was added to.
172
+ * @return The file path that the provider was added to.
173
173
* @deprecated Private utility that will be removed. Use `addRootImport` or `addRootProvider` from
174
174
* `@schematics/angular/utility` instead.
175
175
*/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export interface PendingCode {
20
20
imports : PendingImports ;
21
21
}
22
22
23
- /** Map keeping track of imports and aliases under which they're referred to in an expresion . */
23
+ /** Map keeping track of imports and aliases under which they're referred to in an expression . */
24
24
type PendingImports = Map < string , Map < string , string > > ;
25
25
26
26
/** Counter used to generate unique IDs. */
You can’t perform that action at this time.
0 commit comments