From 7314c1b69e31bd7651c1093670d4a9b78de6cf82 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 10 Jun 2014 01:36:46 -0700 Subject: [PATCH] docs(tutorial/step_09): fix formatting --- docs/content/guide/filter.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/filter.ngdoc b/docs/content/guide/filter.ngdoc index 45d9fc5b5..a265157ad 100644 --- a/docs/content/guide/filter.ngdoc +++ b/docs/content/guide/filter.ngdoc @@ -5,7 +5,7 @@ A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter. -The underlying API is the {@link ng.$filterProvider filterProvider}. +The underlying API is the {@link ng.$filterProvider `filterProvider`}. ## Using filters in view templates