diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index e8c80025cff6..ca701b97eded 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -188,11 +188,6 @@ myApp.service('unicornLauncher', ["apiToken", UnicornLauncher]); Much simpler! -Note: Yes, we have called one of our service recipes 'Service'. We regret this and know that we'll -be somehow punished for our misdeed. It's like we named one of our offspring 'Child'. Boy, -that would mess with the teachers. - - ## Provider Recipe As already mentioned in the intro, the Provider recipe is the core recipe type and