Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: term typo/casing, rm term from defn #13692

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/intl/en/glossary-tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"multisig-term": "Multisig",
"multisig-definition": "Multisig (multi signature) refers to a digital wallet or account that requires multiple signatures or approvals to execute transactions, enhancing security.",
"nft-term": "Non-fungible token (NFT)",
"nft-definition": "Non-fungible-token (NFT ) is a unique digital item you can own, like art or collectibles, verified by blockchain technology. <a href=\"/nft/\">More on Non-Fungible Tokens (NFTs)</a>.",
"nft-definition": "A unique digital item you can own, like art or collectibles, verified by blockchain technology. <a href=\"/nft/\">More on non-fungible tokens (NFTs)</a>.",
"node-term": "Node",
"node-definition": "A software client that participates in the network. <a href=\"/developers/docs/nodes-and-clients/\">More on nodes and clients</a>.",
"ommer-term": "Ommer (uncle) block",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"network-hashrate-term": "Network hashrate",
"network-hashrate-definition": "The collective hashrate produced by an entire mining network. Mining on Ethereum was switched off when Ethereum moved to proof-of-stake.",
"nft-term": "Non-fungible token (NFT)",
"nft-definition": "Non-fungible-token (NFT ) is a unique digital item you can own, like art or collectibles, verified by blockchain technology. <a href=\"/nft/\">More on Non-Fungible Tokens (NFTs)</a>.",
"nft-definition": "A unique digital item you can own, like art or collectibles, verified by blockchain technology. <a href=\"/nft/\">More on non-fungible tokens (NFTs)</a>.",
"node-term": "Node",
"node-definition": "A software client that participates in the network. <a href=\"/developers/docs/nodes-and-clients/\">More on nodes and clients</a>.",
"nonce-term": "Nonce",
Expand Down
Loading