Skip to content

Commit 65a1ad8

Browse files
committed
Fix typos
1 parent 506e008 commit 65a1ad8

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/dapps/concepts/dust-amounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Alephium's unique
88
[sUTXO](https://medium.com/@alephium/an-introduction-to-the-stateful-utxo-model-8de3b0f76749)
99
model combines security of the UTXO model and the expressiveness of
1010
the account model. All assets in Alephium, including the native ALPH
11-
and other [tokes](/dapps/concepts/tokens), are managed by UTXOs. Even though
11+
and other [tokens](/dapps/concepts/tokens), are managed by UTXOs. Even though
1212
UTXO model brings many of the security benefits on to the table
1313
(e.g. see [Asset Permission
1414
System](http://localhost:3000/ralph/asset-permission-system)), it also

docs/full-node/full-node-more.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Specify the `X-API-KEY` header, e.g.
4949
curl -H "X-API-KEY: ${your-api-key}" ${your-full-node-host}/infos/version
5050
```
5151

52-
## How to make the full node API publicly accessible ?
52+
## How to make the full node API publicly accessible?
5353

5454
1. Set up your API key properly following the guide above.
5555

@@ -59,7 +59,7 @@ curl -H "X-API-KEY: ${your-api-key}" ${your-full-node-host}/infos/version
5959
alephium.api.network-interface = "0.0.0.0"
6060
```
6161

62-
## How to access the Swagger UI of my full node on another computer in the same subnet ?
62+
## How to access the Swagger UI of my full node on another computer in the same subnet?
6363

6464
1. Add the following to your `user.conf` and restart your full node.
6565

docs/full-node/run-on-flux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ By default, the Full Node App only has the P2P port (`39973` on Flux nodes) expo
2929

3030
<img src={require("/img/flux2.png").default} alt="Update specifications"/>
3131

32-
3. Configure the connectivity to expose the container port `12973`. In the screenshot below the port `42973` has been arbitrariliy choosen and will be exposing the API. Any other valid port would work. Compute the signing message and follow the signing process to broadcast the specifications update across the network.
32+
3. Configure the connectivity to expose the container port `12973`. In the screenshot below the port `42973` has been arbitrarily choosen and will be exposing the API. Any other valid port would work. Compute the signing message and follow the signing process to broadcast the specifications update across the network.
3333

3434
<img src={require("/img/flux3.png").default} alt="Configure connectivity"/>
3535

docs/integration/integration-more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Alephium is a UTXO-based blockchain, recharging can be avoided by ensuring the s
139139

140140
You can get the current height using this [endpoint](https://wallet.mainnet.alephium.org/docs/#/Blockflow/getBlockflowChain-info)`, you need to replace the `fromGroup` and `toGroup` params as needed, which can be any value of [0, 1, 2, 3].
141141

142-
### What mechanism is in place to protect Alephium against 51% attack or to avoid chain forking ?
142+
### What mechanism is in place to protect Alephium against 51% attack or to avoid chain forking?
143143

144144
It’s recommended to wait for 110 block confirmations (about 2 hours currently) for each deposit as it’s a PoW chain.
145145
Alephium implemented the same 51% attack protection as [Ravencoin](https://tronblack.medium.com/ravencoin-building-the-immune-system-23d077b65f71) and other PoW coins when the number of reorg is larger than 100.

docs/mining/miner-troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Troubleshooting
44
---
55

66

7-
### Why I can only restore 1 of my 4 miner addresses ?
7+
### Why I can only restore 1 of my 4 miner addresses?
88

99
You have to specify `isMiner = true` when restoring your miner address. Please checkout the example here: [Restore-Miner-Wallet](solo-mining-guide.md#restore-your-miner-wallet)
1010

11-
### How to connect my miner to my full node on another computer in the same subnet ?
11+
### How to connect my miner to my full node on another computer in the same subnet?
1212

1313
1. Add the following to your `user.conf` and restart your full node.
1414

@@ -18,15 +18,15 @@ alephium.mining.api-interface = "0.0.0.0"
1818

1919
2. Run your miner with `-a IP`, where the IP is your full node's IP in the subnet.
2020

21-
### How to use the Swagger UI of my VPS hosted full node ?
21+
### How to use the Swagger UI of my VPS hosted full node?
2222

2323
SSH port forwarding is recommended:
2424

2525
```
2626
ssh user@server -L 12973:127.0.0.1:12973
2727
```
2828

29-
### How to access the Swagger UI of my full node on another computer in the same subnet ?
29+
### How to access the Swagger UI of my full node on another computer in the same subnet?
3030

3131
1. Add the following to your `user.conf` and restart your full node.
3232

docs/misc/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ In theory, yes. Predicting the future of technologies beyond 10, let alone 80 ye
319319

320320
### How is the maximum supply cap implemented?
321321

322-
The maximum supply cap of 1 billion ALPH is an estimate. The protocol implements a cap on emissions based on a timestamp of approximately 80 years. This is because computing the sum of emissions for a shared chain within the protocol is computationally expensive. The emission rate is determined by the time and varies depending on the hash rate.
322+
The maximum supply cap of 1 billion ALPH is an estimate. The protocol implements a cap on emissions based on a timestamp of approximately 80 years. This is because computing the sum of emissions for a sharded chain within the protocol is computationally expensive. The emission rate is determined by the time and varies depending on the hash rate.
323323
It's worth noting that the 1 billion cap was estimated before the implementation of the improved [DAA](https://github.com/alephium/alephium/blob/master/docs/proposals/lemanDAA.md). With the current code, the actual cap on emission and maximum supply of ALPH is expected to be less than 1 billion in 80 years, even without taking into account the POLW mechanism's fee burning.
324324

325325
## Wallet

docs/misc/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Block Time is the time needed to compute the transactions inside a block and sen
4545

4646
Transactions are gathered inside a block and checked by the miners (or validators on PoS blockchains). Usually, the Block Time is impacted by the mining difficulty, as it is adjusted to reflect the network's computational capacity (hashrate) over a given time.
4747

48-
Alephium network has a difficulty adjustment on every block and has an expected block time of **64 seconds**.
48+
Alephium network has a difficulty adjustment on every block and has an expected block time of **16 seconds**.
4949

5050
Additional resources: [Block Time and Block Size Article](https://medium.com/@alephium/block-time-and-block-size-16e37292444f)
5151

docs/wallet/Multisig GUI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ At this stage, the wallet has been created, a transaction has been built and dis
132132

133133
And that’s it!
134134

135-
You have successfully created and created and used a Multisig wallet to send a transaction on Alephium. For those who value both security and flexibility and need a way to share the funds ownership with others, a Multisig wallet is a powerful tool to have in your crypto arsenal. Remember, the future of finance is not just about owning digital assets but [securing them smartly](https://medium.com/@alephium/ttxoo-2-the-road-to-self-custody-cfea4ae89444).
135+
You have successfully created and used a Multisig wallet to send a transaction on Alephium. For those who value both security and flexibility and need a way to share the funds ownership with others, a Multisig wallet is a powerful tool to have in your crypto arsenal. Remember, the future of finance is not just about owning digital assets but [securing them smartly](https://medium.com/@alephium/ttxoo-2-the-road-to-self-custody-cfea4ae89444).
136136

137137
*Let us know what you think, follow the evolution of the code on [Github](https://github.com/alephium), follow the news on [Twitter](https://twitter.com/alephium) & [Medium](https://medium.com/@alephium) or come interact onboard on [Discord](https://discord.com/invite/GEbcpajCJG) & [Telegram](https://t.me/alephiumgroup)!*
138138

docs/wallet/ledger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ All the steps here are the usual ones we have seen before using the extension wa
122122

123123
** 8 — Use the Ledger Device to interact with dApps in Alephium**
124124

125-
Now that you have a already sign a transaction with yout Ledger Device, it is time to connect it to a dApp. This process is also straightforward.
125+
Now that you have a already sign a transaction with your Ledger Device, it is time to connect it to a dApp. This process is also straightforward.
126126

127127
Access the [Alephium DEX on Testnet](https://alephium.github.io/alephium-dex). Click in the “Connect Alephium” button on the top right. Select the extension wallet in the prompt and the Ledger account.
128128

0 commit comments

Comments
 (0)