aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.compiler.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.compiler.ngdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc
index 265b21db..d979f309 100644
--- a/docs/content/guide/dev_guide.compiler.ngdoc
+++ b/docs/content/guide/dev_guide.compiler.ngdoc
@@ -2,10 +2,11 @@
@name Developer Guide: Angular HTML Compiler
@description
-The core of angular is its HTML compiler. The compiler processes angular directives allowing them
-to transform a static HTML page into a dynamic web application.
+The core of Angular is its HTML compiler. The compiler processes Angular
+{@link api/angular.module.ng.$compileProvider.directive directives} allowing them to transform a
+static HTML page into a dynamic web application.
-The default HTML transformations that the angular compiler provides are useful for building generic
+The default HTML transformations that the Angular compiler provides are useful for building generic
apps, but you can also extend the compiler to create a domain-specific language for building
specific types of web applications.