Fix warning

This commit is contained in:
Manav Rathi 2024-03-01 09:57:28 +05:30
parent a8e89fe131
commit 1709b1e5c1
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ for this project, so you can just focus on the content.
We currently don't enforce the prettier formatting to make it easy for people
unfamiliar with programming to also be able to make edits from GitHub directly.
This is a common theme - unlike the rest of the codebase where expect some
This is a common theme - unlike the rest of the codebase where we expect some
baseline understanding of the tools involved, the docs are meant to be a place
for non-technical people to also provide their input. The reason for this is not
to increase the number of docs, but to bring more diversity to them. Such

View file

@ -1,4 +1,5 @@
{
"private": true,
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",