From 02bd8dfeffa152cdf04c5a07b3f270d4933c241e Mon Sep 17 00:00:00 2001 From: "김진엽 (Nathan)" Date: Thu, 26 Jun 2025 16:36:31 +0900 Subject: docs: fix multiple typos in documentation files (#1781) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcbb58cb..c3de8aa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,9 +76,9 @@ In the PR description, explain the "why" behind your changes and link to the rel ## Forking -If you are forking the repository you will be able to run the Built, Test and Integration test workflows. However in order to make the integration tests run you'll need to add a [Github Repository Secret](<[url](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)>) with a value of `GEMINI_API_KEY` and set that to a valid API key that you have available. Your key and secret it private to your repo; no one without access can see your key and you cannot see any secrets related to this repo. +If you are forking the repository you will be able to run the Built, Test and Integration test workflows. However in order to make the integration tests run you'll need to add a [GitHub Repository Secret](<[url](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)>) with a value of `GEMINI_API_KEY` and set that to a valid API key that you have available. Your key and secret are private to your repo; no one without access can see your key and you cannot see any secrets related to this repo. -Additionally you will need to click on the `Actions` tab and enable workflows for your repository, you'll find its the large blue button in the center of the screen. +Additionally you will need to click on the `Actions` tab and enable workflows for your repository, you'll find it's the large blue button in the center of the screen. ## Development Setup and Workflow @@ -198,7 +198,7 @@ This command uses Prettier to format the code according to the project's style g #### Linting -To separately lint the code in this project, run the following command fro the root directory: +To separately lint the code in this project, run the following command from the root directory: ```bash npm run lint -- cgit v1.2.3