diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 336f26d7f07d..588f57ac40e7 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -383,7 +383,7 @@ In the following example we create two directives: return { require: 'ngModel', link: function(scope, elm, attrs, ctrl) { - var usernames = ['Jim', 'John', 'Jill', 'Jackie']; + var usernames = ['Jim', 'John', 'Jill', 'Jackie']; ctrl.$asyncValidators.username = function(modelValue, viewValue) {