Skip to content

Commit d9d0842

Browse files
committed
Nits.
1 parent b8a100d commit d9d0842

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/build/smart-contracts/example-contracts/fungible-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Fungible Token
3-
description: OpenZeppelin made and audited contract for fungible tokens on Stellar
3+
description: OpenZeppelin made and audited contract for fungible tokens on Stellar.
44
sidebar_position: 141
55
---
66

@@ -38,7 +38,7 @@ The module provides several implementation options to suit different use cases:
3838
2. **AllowList extension** (`FungibleToken` with `AllowList` contract type): For tokens that require an allowlist mechanism to control who can transfer tokens.
3939
3. **BlockList extension** (`FungibleToken` with `BlockList` contract type): For tokens that need to block specific addresses from transferring tokens.
4040

41-
These implementations share core functionality and a common interface, exposing identical contract functions as entry-points. However, the extensions provide specialized behavior by overriding certain functions to implement their specific requirements.
41+
These implementations share core functionality and a common interface, exposing identical contract functions as entry points. However, the extensions provide specialized behavior by overriding certain functions to implement their specific requirements.
4242

4343
## Run the Example
4444

docs/build/smart-contracts/example-contracts/non-fungible-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Non-Fungible Token
3-
description: OpenZeppelin made and audited contract for non-fungible tokens on Stellar
3+
description: OpenZeppelin made and audited contract for non-fungible tokens on Stellar.
44
sidebar_position: 142
55
---
66

File renamed without changes.

docs/tools/developer-tools/scaffold-stellar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stellar scaffold init my-project
4040
cd my-project
4141
```
4242

43-
You will have a few sample contracts already in the project, or you can start from the [OpenZeppelin Wizard](./openzepplin-contracts) to customize your contract and start a Scaffold Stellar project from there.
43+
You will have a few sample contracts already in the project, or you can start from the [OpenZeppelin Wizard](./openzeppelin-contracts) to customize your contract and start a Scaffold Stellar project from there.
4444

4545
2. Set up your development environment:
4646

docs/tools/sdks/contract-sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OpenZeppelin Contracts are published in four crates:
5959
- Stellar Contract Utilities: https://crates.io/crates/stellar-contract-utils
6060
- Stellar Tokens: https://crates.io/crates/stellar-tokens
6161

62-
Refer to the [OpenZeppelin for Stellar Contracts](../developer-tools/openzepplin-contracts.mdx#openzeppelin-stellar-contracts-and-utilities) page for additional information.
62+
Refer to the [OpenZeppelin for Stellar Contracts](../developer-tools/openzeppelin-contracts.mdx#openzeppelin-stellar-contracts-and-utilities) page for additional information.
6363

6464
## Stellar Axelar Std Derive Rust Crate
6565

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ const config: Config = {
536536
activeBasePath: 'docs/tools/quickstart'
537537
},
538538
{
539-
to: '/docs/tools/developer-tools/openzepplin-contracts',
539+
to: '/docs/tools/developer-tools/openzeppelin-contracts',
540540
label: 'OpenZeppelin Contracts',
541541
activeBasePath: 'docs/tools/developer-tools/openzeppelin-contracts'
542542
},

routes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
/docs/tools/developer-tools/network-insights
531531
/docs/tools/developer-tools/network-status
532532
/docs/tools/developer-tools/node-operator-tools
533-
/docs/tools/developer-tools/openzepplin-contracts
533+
/docs/tools/developer-tools/openzeppelin-contracts
534534
/docs/tools/developer-tools/scaffold-stellar
535535
/docs/tools/developer-tools/security-tools
536536
/docs/tools/developer-tools/wallets

0 commit comments

Comments
 (0)