Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 4cd7858

Browse files
pcowgillAlan Shaw
authored and
Alan Shaw
committed
docs: grammar fix (#1208)
* Grammar fix * Same grammar fix in a different spot
1 parent 8b9fc28 commit 4cd7858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bundle-browserify/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As for any js-ipfs-http-client example, **you need a running IPFS daemon**, you
1111

1212
**Note:** If you load your app from a different domain than the one the daemon is running (most probably), you will need to set up CORS, see https://github.com/ipfs/js-ipfs-http-client#cors to learn how to do that.
1313

14-
A quick (and dirty way to get it done) is:
14+
A quick (and dirty) way to get it done is:
1515

1616
```bash
1717
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"

examples/bundle-webpack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As for any js-ipfs-http-client example, **you need a running IPFS daemon**, you
1111

1212
**Note:** If you load your app from a different domain than the one the daemon is running (most probably), you will need to set up CORS, see https://github.com/ipfs/js-ipfs-http-client#cors to learn how to do that.
1313

14-
A quick (and dirty way to get it done) is:
14+
A quick (and dirty) way to get it done is:
1515

1616
```bash
1717
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"

0 commit comments

Comments
 (0)