Skip to content

Commit 63573cf

Browse files
committed
fix: typos
1 parent 24f7178 commit 63573cf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/styles/pln-ignore.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ arbol('s)
1212
arg
1313
auditable
1414
audius
15+
astro
1516
auspinner
1617
bit[ss]wap
1718
bitswap
19+
blockchain
1820
blockchains
1921
blockstore
2022
bool
@@ -135,6 +137,7 @@ markdownlint
135137
merkle
136138
merklizing
137139
merkleizing
140+
merkleizes
138141
merkleization
139142
metadata('s)
140143
metamask
@@ -217,6 +220,7 @@ sneakernets
217220
stackparse
218221
stdout
219222
storj
223+
storacha
220224
Someguy
221225
subcommand
222226
substring
@@ -243,6 +247,7 @@ userspace
243247
vpns
244248
vscode
245249
vue
250+
Vuepress
246251
wantlist
247252
wantlists
248253
web

docs/how-to/websites-on-ipfs/deploy-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Guide on how to setup GitHub Actions to deploy static sites/apps to
55

66
# Deploy Static Apps to IPFS with GitHub Actions
77

8-
This guide will walk you through the process of configureing a GitHub Actions workflow to deploy a repository containing a static site or app to IPFS using the [IPFS Deploy Action](https://github.com/ipfs/ipfs-deploy-action).
8+
This guide will walk you through the process of configuring a GitHub Actions workflow to deploy a repository containing a static site or app to IPFS using the [IPFS Deploy Action](https://github.com/ipfs/ipfs-deploy-action).
99

1010
By the end of this guide, your app will be deployed to IPFS automatically when you push to your repository. It will also deploy pull request previews for each commit, and provide some other developer experience features, like commit status updates with the CID of the build, and a comment on pull requests with the IPFS CID and preview links.
1111

docs/how-to/websites-on-ipfs/link-a-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [dnslink.io](https://dnslink.io) for explanation and instructions.
1515

1616
## Ethereum naming service (ENS)
1717

18-
The Ethereum Name Service (ENS) is a decentralized way to address resources. Like DNS, which converts human-readable names to IP addresses, ENS converts human-readable names such as `randomplanetfacts.eth.link` to Ethereum addresses. These addresses can then be used to point to CIDs on IPFS. Without going into too much detail, ENS aims to fix some of DNS's problems, mainly man-in-the-middle attacks and scalability. For more information on why DNS is broken, [check out Cynthia Taylor's post on recompilermag.com](https://recompilermag.com/issues/issue-1/the-web-is-broken-how-dns-breaks-almost-every-design-principle-of-the-internet/).
18+
The Ethereum Name Service (ENS) is a decentralized way to address resources. Like DNS, which converts human-readable names to IP addresses, ENS converts human-readable names such as `randomplanetfacts.eth.link` to Ethereum addresses. These addresses can then be used to point to CIDs on IPFS. Without going into too much detail, ENS aims to fix some of the problems with DNS, mainly man-in-the-middle attacks and scalability. For more information on why DNS is broken, [check out Cynthia Taylor's post on recompilermag.com](https://recompilermag.com/issues/issue-1/the-web-is-broken-how-dns-breaks-almost-every-design-principle-of-the-internet/).
1919

2020
### Things you'll need
2121

0 commit comments

Comments
 (0)