Skip to content

Commit

Permalink
improve spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
significance committed May 25, 2021
1 parent 1b3032b commit ea84972
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/access-the-swarm/pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Each Bee node is configured to reserve a certain amount of memory on your comput
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.

:::info
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).
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).
:::

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/access-the-swarm/syncing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl -X POST http://localhost:1633/tags
```

:::info
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).
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).
:::


Expand Down
2 changes: 1 addition & 1 deletion docs/access-the-swarm/upload-a-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd ..
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`.

:::info
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).
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).
:::


Expand Down
4 changes: 2 additions & 2 deletions docs/access-the-swarm/upload-and-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ To upload data to Swarm, you must perform the following steps.

## Purchasing Your Batch of Stamps

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).
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).

### Upload

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.

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

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)
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)
```bash
curl http://localhost:1633
```
Expand Down

0 comments on commit ea84972

Please sign in to comment.