Skip to content

Commit

Permalink
docs(config): fix typo (#9361)
Browse files Browse the repository at this point in the history
.....can have *its own.....
  • Loading branch information
kodeman14 authored and brandyscarney committed Nov 28, 2016
1 parent 014400a commit 5ac4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/ionicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* $ionicConfigProvider.views.maxCache(10);
* ```
*
* Additionally, each platform can have it's own config within the `$ionicConfigProvider.platform`
* Additionally, each platform can have its own config within the `$ionicConfigProvider.platform`
* property. The config below would only apply to Android devices.
*
* ```js
Expand Down

0 comments on commit 5ac4549

Please sign in to comment.