aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorCarl Danley2013-07-22 11:01:00 -0400
committerPawel Kozlowski2013-07-27 20:53:41 +0200
commit258e9862840f9d45709664e0e5b2a18540d8828d (patch)
tree17386e8499d4103b83e903b437cda808a82579ff /src/ng/compile.js
parent1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff)
downloadangular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2
docs(*): fixed typos and ngdoc parameter names
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 9e7f9553..5b12883d 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -1312,7 +1312,7 @@ var PREFIX_REGEXP = /^(x[\:\-_]|data[\:\-_])/i;
/**
* Converts all accepted directives format into proper directive name.
* All of these will become 'myDirective':
- * my:DiRective
+ * my:Directive
* my-directive
* x-my-directive
* data-my:directive