From eaa05e40a19608a3a0496f79b538034b2fa46783 Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Tue, 6 Oct 2015 14:49:31 -0400 Subject: [PATCH] docs(loader): fix pluralization --- src/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loader.js b/src/loader.js index 71ff78269dcb..93ce8e720a99 100644 --- a/src/loader.js +++ b/src/loader.js @@ -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'),