Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0c8a9a0

Browse files
nebulou5gkalpak
authored andcommitted
docs(constant): fix pluralization
Closes #13024
1 parent fd83d37 commit 0c8a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function setupModuleLoader(window) {
188188
* @param {string} name constant name
189189
* @param {*} object Constant value.
190190
* @description
191-
* Because the constant are fixed, they get applied before other provide methods.
191+
* Because the constants are fixed, they get applied before other provide methods.
192192
* See {@link auto.$provide#constant $provide.constant()}.
193193
*/
194194
constant: invokeLater('$provide', 'constant', 'unshift'),

0 commit comments

Comments
 (0)