Skip to content

Commit 12f9faf

Browse files
committed
Merge pull request #7 from ahmedalejo/patch-1
Typo fix
2 parents e3074ef + 817adb5 commit 12f9faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ By them, the decomposed actions also translate to:
576576
```javascript
577577
// object.primitive.js
578578
httpGet(url.parse("http://example.org"))
579-
.get("handlers").get("location").post("replace", [/^http:/, ""])
579+
.get("headers").get("location").post("replace", [/^http:/, ""])
580580
.then(console.log);
581581
```
582582

0 commit comments

Comments
 (0)