Skip to content

Commit 1cc8ce2

Browse files
authored
Grammar and Style Improvements (#3739)
* Update TOKENS.md * Update README.md
1 parent a874340 commit 1cc8ce2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/TOKENS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This is the kb for token-related info in relation to GS/Allo
2525
| Optimism | 0xda10009cbd5d07dd0cecc66161fc93d7c9000da1 | ⛔️ || 2 | ⛔️ |
2626
| Arbitrum | 0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1 | ⛔️ || 2 | ⛔️ |
2727
| Polygon zkEVM | 0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4 | ⛔️ || 1 | ⛔️ |
28-
| Polygon zkEVM | 0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4 | ⛔️ || 1 | ⛔️ |
2928
| zkSync Era | No DAI yet | | | | |
3029
| Avax | 0xd586E7F844cEa2F87f50152665BCbc2C279D8d70 | ⛔️ ||| ⛔️ |
3130

packages/round-manager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# round-manager
22

3-
This package serves the app which holds all the features w.r.t to
3+
This package serves the app which holds all the features w.r.t
44

55
- creating a program
66
- maintaining a program
@@ -49,7 +49,7 @@ It contains the `ProtectedRoute` component and `web3Service` which extends the b
4949

5050
## Encrypting PII information
5151

52-
Since all the data is decentralized stored, there might be PII (Personally identifiable information) data which we cannot store. To see how we handle those scenarios, checkout [EncryptingPII.md](docs/EncryptingPII.md)
52+
Since all the data is decentrally stored, there might be PII (Personally identifiable information) data which we cannot store. To see how we handle those scenarios, checkout [EncryptingPII.md](docs/EncryptingPII.md)
5353

5454
### Development
5555

0 commit comments

Comments
 (0)