Skip to content

Commit 6d05dec

Browse files
committed
chore: fix spellcheck issues
- add missing words to pln-ignore.txt - fix identafiability -> identifiability typo in vocab files - use WASM instead of Wasm in docs
1 parent 7ae5459 commit 6d05dec

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/styles/Vocab/ipfs-docs-vocab/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ homebrew
114114
hostname
115115
HTML
116116
HTTPS
117-
identafiability
117+
identifiability
118118
Infura
119119
interop
120120
ipget

.github/styles/pln-ignore.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Caddyfile
3333
callout
3434
callouts
3535
cas
36+
cdn('s)
3637
cdns
3738
certbot
3839
cid
@@ -55,6 +56,7 @@ crowdsourcing
5556
crypto(currencies)
5657
daos
5758
dapps
59+
dClimate
5860
data('s)
5961
datastore
6062
deduplicate
@@ -68,6 +70,7 @@ deserialized
6870
devs
6971
dheeraj
7072
dht
73+
dht('s)
7174
dhts
7275
dialable
7376
dialback
@@ -95,6 +98,7 @@ filestore
9598
flatfs
9699
flatf[ss]
97100
fleek
101+
fleek('s)
98102
fqdns
99103
gasless
100104
geospatial
@@ -114,7 +118,7 @@ hostname
114118
hostnames
115119
html
116120
https
117-
identafiability
121+
identifiability
118122
infura
119123
interop
120124
ipfs
@@ -136,6 +140,7 @@ keypair
136140
keystores
137141
kubo
138142
Kubo's
143+
Lakhani
139144
kubuxu
140145
laika
141146
lan
@@ -189,6 +194,7 @@ nats
189194
neocities
190195
netlify
191196
next.js
197+
nft('s)
192198
nfts
193199
nginx
194200
nodejs
@@ -208,6 +214,7 @@ pluggable
208214
powergate
209215
powershell
210216
preload
217+
prenegotiated
211218
prepended
212219
processannounce
213220
protobuf
@@ -238,6 +245,7 @@ sandboxed
238245
satoshi
239246
satoshi nakamoto
240247
SDKs
248+
se
241249
serverless
242250
sharding
243251
snapshotted
@@ -259,6 +267,7 @@ takedown
259267
testground
260268
testnet
261269
toolkits
270+
toolset
262271
trustlessly
263272
trustlessness
264273
uncensorable
@@ -279,6 +288,7 @@ vue
279288
Vuepress
280289
wantlist
281290
wantlists
291+
WASM
282292
web
283293
webpack
284294
webpages
@@ -298,4 +308,6 @@ youtube
298308
IPFS's
299309
IPIPs
300310
IPIP
311+
Zeeshan
312+
Zelenka
301313
_redirects

docs/concepts/cod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IPFS users can perform CoD on IPFS data with the [Bacalhau platform](#bacalhau)
1111

1212
## Bacalhau
1313

14-
Bacalhau is a platform for fast, cost-efficient, secure, distributed computation. Bacalhau works by running jobs where the data is generated and stored, also referred to as Compute Over Data (or CoD). Using Bacalhau, you can streamline existing workflows without extensive refactoring by running arbitrary Docker containers and WebAssembly (Wasm) images as compute tasks. The name _Bacalhau_ was coined from the Portuguese word for "salted cod fish".
14+
Bacalhau is a platform for fast, cost-efficient, secure, distributed computation. Bacalhau works by running jobs where the data is generated and stored, also referred to as Compute Over Data (or CoD). Using Bacalhau, you can streamline existing workflows without extensive refactoring by running arbitrary Docker containers and WebAssembly (WASM) images as compute tasks. The name _Bacalhau_ was coined from the Portuguese word for "salted cod fish".
1515

1616
### Features
1717

@@ -36,7 +36,7 @@ Bacalhau can:
3636

3737
The InterPlanetary Virtual Machine (IPVM) specification defines the easiest, fastest, most secure, and open way to run decentralized compute jobs on IPFS. One way to describe IPVM would be as "an open, decentralized, and local-first competitor to AWS Lambda".
3838

39-
IPVM uses [WebAssembly (Wasm)](https://webassembly.org/), content addressing, [simple public key infrastructure (SPKI)](https://en.wikipedia.org/wiki/Simple_public-key_infrastructure), and object capabilities to liberate computation from specific, prenegotiated services, such as large cloud computing providers. By default, execution scales flexibly on-device, all the way up to edge points-of-presence (PoPs) and data centers.
39+
IPVM uses [WebAssembly (WASM)](https://webassembly.org/), content addressing, [simple public key infrastructure (SPKI)](https://en.wikipedia.org/wiki/Simple_public-key_infrastructure), and object capabilities to liberate computation from specific, prenegotiated services, such as large cloud computing providers. By default, execution scales flexibly on-device, all the way up to edge points-of-presence (PoPs) and data centers.
4040

4141
The core, Rust-based implementation and runtime of IPVM is the [Homestar project](https://github.com/ipvm-wg/homestar/). IPVM supports interoperability with [Bacalhau](https://bacalhau.org) and [Storacha (formerly web3.storage)](https://storacha.network/)
4242

0 commit comments

Comments
 (0)