Skip to content

Commit fc728d0

Browse files
Boaz RymlandSplaktar
Boaz Rymland
authored andcommitted
docs: fix typo from singular to plural spelling (angular#36586)
This commit fixes the spelling of the singular form of the word function to the plural spelling in packages/core/src/application_init.ts PR Close angular#36586
1 parent dd01edd commit fc728d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/application_init.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {Inject, Injectable, InjectionToken, Optional} from './di';
1515
* A [DI token](guide/glossary#di-token "DI token definition") that you can use to provide
1616
* one or more initialization functions.
1717
*
18-
* The provided function are injected at application startup and executed during
18+
* The provided functions are injected at application startup and executed during
1919
* app initialization. If any of these functions returns a Promise, initialization
2020
* does not complete until the Promise is resolved.
2121
*

0 commit comments

Comments
 (0)