From 1ba3de5572dbf85f3c2afeb2ccd3ed288b24b8ef Mon Sep 17 00:00:00 2001 From: Lakmus85 Date: Mon, 2 Nov 2015 12:44:20 -0500 Subject: [PATCH] docs(guide/Unit Testing): a typo was fixed --- docs/content/guide/unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index a73c254e2f43..1e8efda983e5 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -359,7 +359,7 @@ element, to which it can then insert the transcluded content into its template. Before compilation: ```html -
+
Some transcluded content
```