From dbd590274a03715edeeabdb09bc78701bf91cb3e Mon Sep 17 00:00:00 2001 From: Andrew Passanisi Date: Fri, 10 Jul 2015 04:07:08 -0700 Subject: [PATCH] Fixed a small typo in ctrl error messagae --- docs/content/error/$controller/ctrlfmt.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/error/$controller/ctrlfmt.ngdoc b/docs/content/error/$controller/ctrlfmt.ngdoc index 019598f7951e..effd9c04ace2 100644 --- a/docs/content/error/$controller/ctrlfmt.ngdoc +++ b/docs/content/error/$controller/ctrlfmt.ngdoc @@ -11,7 +11,7 @@ Supported formats: 1. `__name__` 2. `__name__ as __identifier__` -N'either `__name__` or `__identifier__` may contain spaces. +Neither `__name__` or `__identifier__` may contain spaces. Example of incorrect usage that leads to this error: ```html