docs(tutorial/step_09): fix formatting

This commit is contained in:
Brian Ford
2014-06-10 01:36:46 -07:00
parent b21122002a
commit 0675938931

View File

@@ -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