From aff68a9ddff0600b3fc02879c1b0d2b4070e64ca Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Mon, 27 Aug 2012 22:21:36 +0300 Subject: docs(module) fix typo --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index ad33e5c5..d3c0b8ee 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -139,7 +139,7 @@ angular.module('myModule', []). // This is an example of a run block. // You can have as many of these as you want. // You can only inject instances (not Providers) - // int the run blocks + // into the run blocks }); -- cgit v1.2.3