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