Skip to content

Commit

Permalink
Fix some vale errors ("networks's" & "Testnet")
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Nov 22, 2023
1 parent 3ea1402 commit 13de5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generateSupportedNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ${networks
return `
### ${network}
This networks's Chain Id is ${chainId}.
This network's Chain Id is ${chainId}.
${_contracts
.filter(c => c.chainId === chainId)
Expand Down
1 change: 1 addition & 0 deletions .github/styles/Vocab/default/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ composable
endhint
endembed
Rinkeby
Testnet

0 comments on commit 13de5e6

Please sign in to comment.