Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a9db607

Browse files
cloverharvestgkalpak
authored andcommitted
docs($http): fix a typo (his --> this)
Closes #14430
1 parent e48e27a commit a9db607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ function $HttpProvider() {
555555
* That means changes to the properties of `data` are not local to the transform function (since Javascript passes objects by reference).
556556
* For example, when calling `$http.get(url, $scope.myObject)`, modifications to the object's properties in a transformRequest
557557
* function will be reflected on the scope and in any templates where the object is data-bound.
558-
* To prevent his, transform functions should have no side-effects.
558+
* To prevent this, transform functions should have no side-effects.
559559
* If you need to modify properties, it is recommended to make a copy of the data, or create new object to return.
560560
* </div>
561561
*

0 commit comments

Comments
 (0)