We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd83d37 commit 0c8a9a0Copy full SHA for 0c8a9a0
src/loader.js
@@ -188,7 +188,7 @@ function setupModuleLoader(window) {
188
* @param {string} name constant name
189
* @param {*} object Constant value.
190
* @description
191
- * Because the constant are fixed, they get applied before other provide methods.
+ * Because the constants are fixed, they get applied before other provide methods.
192
* See {@link auto.$provide#constant $provide.constant()}.
193
*/
194
constant: invokeLater('$provide', 'constant', 'unshift'),
0 commit comments