Skip to content

Commit b1af96c

Browse files
authored
Little grammar fix
1 parent 929224c commit b1af96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/website/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is a good starting point for first time contributors.
7878
## Writing Documentation
7979

8080
You should always use `.mdx` instead of `.md`.
81-
All folders directly in a `docs` folder must contain an `index.mdx`. These and all `.mdx` files directly in a `/docs` folder should also contain a value for `sidebar_position` in the metadata.
81+
All folders directly in a `docs` folder must contain an `index.mdx`. These and all `.mdx` files directly in a `docs` folder should also contain a value for `sidebar_position` in the metadata.
8282

8383
```mdx title="exampleDoc.mdx"
8484
---

0 commit comments

Comments
 (0)