Commit 54e0169
docs: fix a/an grammar errors in documentation (#7491)
**Description**:
This PR fixes minor grammar errors found in the documentation:
**Documentation fixes:**
- Fixed "an the" → "the" in storage-vec documentation
- Fixed "an ContractId" → "a ContractId" (ContractId starts with
consonant sound)
- Fixed "an Contract" → "a Contract"
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Fixes incorrect articles in docs ("an"→"a" and "an the"→"the") across
asset mint, ContractId, and StorageVec pages.
>
> - **Documentation**:
> - Correct article usage in:
> - `docs/reference/src/documentation/operations/asset/mint/contract.md`
("a Contract").
> -
`docs/reference/src/documentation/operations/namespace/contract-id.md`
("a ContractId").
> -
`docs/reference/src/documentation/operations/storage/libraries/storage-vec.md`
("the" instead of "an the").
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3106eec. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Joshua Batty <[email protected]>1 parent d7d5099 commit 54e0169
File tree
3 files changed
+3
-3
lines changed- docs/reference/src/documentation/operations
- asset/mint
- namespace
- storage/libraries
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments