Skip to content

Commit d5e8c04

Browse files
committed
fix: rm hyphenation from onchain
1 parent b828ba9 commit d5e8c04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/externalTutorials.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
{
248248
"url": "https://www.youtube.com/watch?v=AhJtmUqhAqg",
249249
"title": "How to build an on-chain DAO",
250-
"description": "Using Compound and Openzeppelin as a basis, we build a 100% on-chain DAO using an ERC20 governance token for votes.",
250+
"description": "Using Compound and Openzeppelin as a basis, we build a 100% onchain DAO using an ERC20 governance token for votes.",
251251
"author": "Patrick Collins",
252252
"authorGithub": "https://github.com/PatrickAlphaC",
253253
"tags": ["solidity", "typescript", "hardhat", "defi", "dao", "video"],
@@ -259,7 +259,7 @@
259259
{
260260
"url": "https://betterprogramming.pub/how-to-code-an-on-chain-dao-e525e13a57be",
261261
"title": "How to build an on-chain DAO",
262-
"description": "Using Compound and Openzeppelin as a basis, we build a 100% on-chain DAO using an ERC20 governance token for votes.",
262+
"description": "Using Compound and Openzeppelin as a basis, we build a 100% onchain DAO using an ERC20 governance token for votes.",
263263
"author": "Patrick Collins",
264264
"authorGithub": "https://github.com/PatrickAlphaC",
265265
"tags": ["solidity", "typescript", "hardhat", "defi", "dao"],
@@ -334,7 +334,7 @@
334334
{
335335
"url": "https://www.youtube.com/watch?v=9oERTH9Bkw0",
336336
"title": "How to make NFT Art with On-Chain Metadata",
337-
"description": "Explore the world of using SVGs to generate random NFT ImageURIs and Metadata 100% on-chain.",
337+
"description": "Explore the world of using SVGs to generate random NFT ImageURIs and Metadata 100% onchain.",
338338
"author": "Patrick Collins",
339339
"authorGithub": "https://github.com/PatrickAlphaC",
340340
"tags": [

src/intl/en/page-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"page-resources-network-resilience-clientdiversity-description": "Improve Ethereum's resilience by using a minority client.",
6262
"page-resources-network-resilience-supermajority-description": "The supermajority client risk of the Ethereum execution layer, especially the client usage of staking services.",
6363
"page-resources-attestations-title": "Attestations",
64-
"page-resources-attestations-eas-description": "EAS enables anyone to create and validate on-chain and off-chain attestations on Ethereum.",
64+
"page-resources-attestations-eas-description": "EAS enables anyone to create and validate onchain and off-chain attestations on Ethereum.",
6565
"page-resources-relays-title": "Relays",
6666
"page-resources-relays-beaconchain-description": "Validators can use relays to outsource their block production to entities specialized in extracting extra revenue.",
6767
"page-resources-relays-ratednetwork-description": "MEV relay market share, total value relayed, value per block, and other statistics for Ethereum network.",

0 commit comments

Comments
 (0)