Fix grammar in docs (#49)

* fix grammar in readme

* fix grammar in compact-encoding

* fix grammar in hyperdht

* fix grammar in hyperdrive

* fix grammar in hypercore

* fix grammar in hyperswarm

* fix grammar in localdrive

* fix grammar in mirrordrive

* fix grammar in sharing-a-pear-app

* tiny fixes
This commit is contained in:
Vivek Singh
2024-02-16 19:16:16 +05:30
committed by GitHub
parent cb9322bbee
commit fac1f73572
12 changed files with 21 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ function appendMessage ({ name, message }) {
## Step 3. Run in dev mode
To test this chat app, in one terminal run `pear dev .`.
To test this chat app, in one terminal run `pear dev .`
The app will output something similar to:
@@ -98,7 +98,7 @@ The app will output something similar to:
[info] Created new chat room: a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a
```
In another terminal use this key as input, `pear dev . a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a`.
In another terminal use this key as input, `pear dev . a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a`
The app will output:

View File

@@ -80,7 +80,7 @@ This will output something similar to the following
^_^ announced
```
As long as the process is running the application is being seeded. If other peers reseed the application the original process could be closed. Be sure to keep the terminal open this process running.
As long as the process is running the application is being seeded. If other peers reseed the application the original process could be closed. Be sure to keep the terminal open while this process is running.
## Step 4. Run the app on another machine