Skip to content

Commit ea84972

Browse files
committed
improve spelling
1 parent 1b3032b commit ea84972

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/access-the-swarm/pinning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each Bee node is configured to reserve a certain amount of memory on your comput
88
Each time a chunk is accessed, it is moved back to the end of the deletion queue, so that regularly accessed content stays alive in the network and is not deleted by a node's garbage collection routine.
99

1010
:::info
11-
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an approriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
11+
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an appropriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
1212
:::
1313

1414
This, however, presents a problem for content which is important, but accessed seldom requested. In order to keep this content alive, Bee nodes provide a facility to **pin** important content so that it is not deleted.

docs/access-the-swarm/syncing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ curl -X POST http://localhost:1633/tags
2222
```
2323

2424
:::info
25-
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an approriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
25+
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an appropriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
2626
:::
2727

2828

docs/access-the-swarm/upload-a-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cd ..
4343
Next, simply POST the `tar` file as binary data to Bee's `dir` endpoint, taking care to include the header `Content Type: application/x-tar`.
4444

4545
:::info
46-
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an approriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
46+
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an appropriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
4747
:::
4848

4949

docs/access-the-swarm/upload-and-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ To upload data to Swarm, you must perform the following steps.
1717

1818
## Purchasing Your Batch of Stamps
1919

20-
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an approriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
20+
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must buy stamps! See this guide on how to [purchase an appropriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive).
2121

2222
### Upload
2323

2424
Once your Bee node is running, a HTTP API is enabled for you to interact with. The command line utility [curl](https://ec.haxx.se/http/http-multipart) is a great way to interact with a Bee node's API.
2525

2626
First, let's check to see if the API is running as expected...
2727

28-
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must [purchase an approriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive)
28+
In order to upload your data to swarm, you must agree to burn some of your gBZZ to signify to storer and fowarder nodes that the content is important. Before you progress to the next step, you must [purchase an appropriate batch of stamps](/docs/access-the-swarm/keep-your-data-alive)
2929
```bash
3030
curl http://localhost:1633
3131
```

0 commit comments

Comments
 (0)