From 12cae7291b38fa646935c77b343a7c968cadbe84 Mon Sep 17 00:00:00 2001 From: Bill Neubauer Date: Sat, 5 Jul 2014 20:46:14 -0700 Subject: [PATCH] Update step_09.ngdoc --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index c5dcdbf49d9f..dadefbd792c4 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -120,7 +120,7 @@ You should now see the following output in the Karma tab: # Experiments -* Let's experiment with some of the {@link ng.$filterProvider built-in Angular filters} and add the +* Let's experiment with some of the {@link ng.filter built-in Angular filters} and add the following bindings to `index.html`: * `{{ "lower cap string" | uppercase }}` * `{{ {foo: "bar", baz: 23} | json }}`