diff --git a/CONTRIBUTING-docs.md b/CONTRIBUTING-docs.md index 7f7093478..41de8b6a4 100644 --- a/CONTRIBUTING-docs.md +++ b/CONTRIBUTING-docs.md @@ -26,7 +26,7 @@ To stay updated with news about the JSON Schema project and its documentation, e - `#community-announcements`: Events and updates related to the JSON Schema project. -- `#anouncements`: Important announcement from the JSON Schema organization. +- `#announcements`: Important announcements from the JSON Schema organization. - `#stack-overflow`: Stack overflow questions tagged with JSON Schema. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73e7a8ff6..88bcb03f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents If you don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation: - Star the project on Github -- Post on X or Linkedin about JSON Schema `#jsonschema +- Post on X or Linkedin about JSON Schema `#jsonschema` ## Table of Contents @@ -47,13 +47,13 @@ Please use our issues templates that provide hints on what information we need t ### 🛠️ Add a new Implementation -To add a new implementation, please open a PR, adding the details of your implementation to `\pages\implementations\main.md` file. We also invite you to join the discussion in `#implementers` channel in our [Slack workspace](https://json-schema.org/slack). +To add a new implementation, please open a PR, adding the details of your implementation to `pages/implementations/main.md` file. We also invite you to join the discussion in `#implementers` channel in our [Slack workspace](https://json-schema.org/slack). ### ✍️ Publish a blog post Before publishing your first blog post, please ensure you are familiar with our [blog guidelines](https://github.com/json-schema-org/community/blob/main/docs/blog-guidelines.md). -To publish a blog post, please open a PR, adding your post in Markdown format into the `\pages\blog\posts` folder using any existing posts as reference e.g.: [json-schema-in-5-minutes.md](https://github.com/json-schema-org/website/blob/main/pages/blog/posts/json-schema-in-5-minutes.md?plain=1). Remember to add all the images into the `\public\img` folder. +To publish a blog post, please open a PR, adding your post in Markdown format into the `pages/blog/posts` folder using any existing posts as reference e.g.: [json-schema-in-5-minutes.md](https://github.com/json-schema-org/website/blob/main/pages/blog/posts/json-schema-in-5-minutes.md?plain=1). Remember to add all the images into the `public/img` folder. ### 📈 Publish a Case Study @@ -119,7 +119,7 @@ Contributors to our Docs or our Blog can have a look at the [custom markdown sty ## Triage -Please check the [triage process](https://github.com/json-schema-org/.github/blob/main/TRIAGE.md) to learn how we review and label incoming issues . +Please check the [triage process](https://github.com/json-schema-org/.github/blob/main/TRIAGE.md) to learn how we review and label incoming issues. ## Feedback diff --git a/INSTALLATION.md b/INSTALLATION.md index 55ee890d0..ca8b393be 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -220,13 +220,13 @@ We use ESLint for linting and Prettier for code formatting. This section will gu ### Formatting -you can check code formatting using the following command: +You can check code formatting using the following command: ``` yarn run format:check ``` -you can format the code using the following command: +You can format the code using the following command: ``` yarn run format:fix @@ -234,13 +234,13 @@ yarn run format:fix ### Linting -you can check linting issues using the following command: +You can check linting issues using the following command: ``` yarn run lint ``` -you can fix linting issues using the following command: +You can fix linting issues using the following command: ``` yarn run lint:fix @@ -285,4 +285,4 @@ After cloning repository to your local, perform the following steps from the roo make run ``` -Now you're running JSON Schema website in a development mode. Container is mapped with your local copy of the website. Whenever you make changes to the code, the website will refresh and changes visible in `http://localhost:3000`. +Now you're running JSON Schema website in a development mode. Container is mapped with your local copy of the website. Whenever you make changes to the code, the website will refresh and changes will be visible in `http://localhost:3000`. diff --git a/pages/blog/posts/hyperborea.md b/pages/blog/posts/hyperborea.md index db8e4acb4..d3ca53b17 100644 --- a/pages/blog/posts/hyperborea.md +++ b/pages/blog/posts/hyperborea.md @@ -225,7 +225,7 @@ $defs: Note that the `allRequired` is a custom keyword made available by `ajv-keywords`, and to use it we have to amend our call to -`ajv validate` in the the taskfile: +`ajv validate` in the taskfile: ```yaml # file: Taskfile.yml diff --git a/pages/specification-links.md b/pages/specification-links.md index d6ececa5b..16b5d5a30 100644 --- a/pages/specification-links.md +++ b/pages/specification-links.md @@ -23,7 +23,7 @@ Starting with what had been called "Draft 8" while it was being written, meta-sc ### Table of All Versions of Everything -For links to the somewhat more readably formatted versions on this web site, and for links to the various meta-schemas and other supplemental documents, see the the following sections. +For links to the somewhat more readably formatted versions on this web site, and for links to the various meta-schemas and other supplemental documents, see the following sections.