Skip to content

Commit f711a78

Browse files
committed
Merge pull request #538 from zemanel/master
Corrected typos in the documentation
2 parents eda67d2 + a285af9 commit f711a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
163163

164164
Another great feature is the ability to have multiple `ui-view`s view per template.
165165

166-
**Pro Tip:** *While mulitple parallel views are a powerful feature, you'll often be able to manage your
166+
**Pro Tip:** *While multiple parallel views are a powerful feature, you'll often be able to manage your
167167
interfaces more effectively by nesting your views, and pairing those views with nested states.*
168168

169169
**(1)** Follow the [setup](#get-started) instructions detailed above.
@@ -247,7 +247,7 @@ keeps development streamlined, and helps us focus on building great software.
247247

248248
**(1)** See the **[Developing](#developing)** section below, to get the development version of UI-Router up and running on your local machine.
249249

250-
**(2)** Check out the [roadmap](https://github.com/angular-ui/ui-router/issues/milestones) to see where the project is headed, and if your feature idea fits with where we're headded.
250+
**(2)** Check out the [roadmap](https://github.com/angular-ui/ui-router/issues/milestones) to see where the project is headed, and if your feature idea fits with where we're headed.
251251

252252
**(3)** If you're not sure, [open an RFC](https://github.com/angular-ui/ui-router/issues/new?title=RFC:%20My%20idea) to get some feedback on your idea.
253253

0 commit comments

Comments
 (0)