Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(docs): Fix typo
Browse files Browse the repository at this point in the history
$translaterPartialLoaderProvider was misspelled. It should be translatePartialLoaderProvider
  • Loading branch information
crissdev authored and knalli committed Jun 29, 2014
1 parent 7625951 commit 6c2ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/en/12_asynchronous-loading.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ angular.module('main')
</pre>

Allright. Now, to let `angular-translate` know which part it should load,
we use `$translaterPartialLoaderProvider`'s `addPart()` method. So we simply
we use `$translatePartialLoaderProvider`'s `addPart()` method. So we simply
say something like:

<pre>
Expand Down

0 comments on commit 6c2ab30

Please sign in to comment.