From 16fa2ac72bad22204be6ca96a83b156002984244 Mon Sep 17 00:00:00 2001 From: Jason Jarrett Date: Mon, 2 Sep 2013 09:40:38 -0700 Subject: [PATCH] small spelling tweak to angular readme --- angularjs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/README.md b/angularjs/README.md index cd9b2bcd9..1692d947c 100644 --- a/angularjs/README.md +++ b/angularjs/README.md @@ -96,7 +96,7 @@ Since you are augmenting the $scope object, you should let the compiler know wha $scope.title = 'Yabadabadu'; } -## Exemples +## Examples ### Working with $resource @@ -151,4 +151,4 @@ Since you are augmenting the $scope object, you should let the compiler know wha article.$save(); article.$publish(); - } \ No newline at end of file + }