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

Commit

Permalink
docs(): name the service result's type correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
knalli committed Nov 1, 2017
1 parent efc91c3 commit 9875358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/en/03_using-translate-service.ngdoc
Expand Up @@ -81,7 +81,7 @@ app.controller('Ctrl', ['$scope', '$translate', function ($scope, $translate) {
}]);
</pre>

However, the service will always return an object containing translations -- regardless whether
However, the service will always return a `Promise` containing translations -- regardless whether
a translation (or even all of them) has failed. When requesting multiple translations
in one request, it is up to you to deal with the result.

Expand Down

0 comments on commit 9875358

Please sign in to comment.