docs(constant): fix pluralization

Closes #13024
This commit is contained in:
Richard Harrington
2015-10-06 14:49:31 -04:00
committed by Georgios Kalpakas
parent 9bd1645970
commit 216724b4cb
+1 -1
View File
@@ -188,7 +188,7 @@ function setupModuleLoader(window) {
* @param {string} name constant name
* @param {*} object Constant value.
* @description
* Because the constant are fixed, they get applied before other provide methods.
* Because the constants are fixed, they get applied before other provide methods.
* See {@link auto.$provide#constant $provide.constant()}.
*/
constant: invokeLater('$provide', 'constant', 'unshift'),