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

Commit a0e91c4

Browse files
bradleypriceNarretz
authored andcommitted
docs($http): remove trailing comma
Remove trailing comma to keep the same flow with all other code examples on page.
1 parent 3353fb8 commit a0e91c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function $HttpProvider() {
371371
* headers: {
372372
* 'Content-Type': undefined
373373
* },
374-
* data: { test: 'test' },
374+
* data: { test: 'test' }
375375
* }
376376
*
377377
* $http(req).success(function(){...}).error(function(){...});

0 commit comments

Comments
 (0)