docs(guide/module): remove newline in the middle of sentence

This commit is contained in:
Georgios Kalpakas
2016-07-10 11:46:36 +03:00
parent 63fe144397
commit 4bfe7e8663
+2 -2
View File
@@ -75,8 +75,8 @@ that you break your application to multiple modules like this:
* And an application level module which depends on the above modules and contains any
initialization code.
You can find a community
[style guide](https://github.com/johnpapa/angular-styleguide) to help yourself when application grows.
You can find a community [style guide](https://github.com/johnpapa/angular-styleguide) to help
yourself when application grows.
The above is a suggestion. Tailor it to your needs.