Skip to content

Commit d5994bd

Browse files
committed
Fix typos in search part of contribution guideline
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
1 parent 09cf477 commit d5994bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The Actions workflow usually takes about five minutes, and the progress can be v
1818

1919
## Development
2020

21-
In cases where a publicity event like GitHub Satellite or GitHub Universe demands a very tight shipping window, it is also possible to manually sync the indices with Algolia's servers from your local checkout of the repo, before your feature branch is merged to main. Manually syncing the indices can also be useful to test an unreleased GitHub Enterprise version or a translated language (Portugese, Chinese, etc) that is not yet in production.
21+
In cases where a publicity event like GitHub Satellite or GitHub Universe demands a very tight shipping window, it is also possible to manually sync the indices with Algolia's servers from your local checkout of the repo, before your feature branch is merged to main. Manually syncing the indices can also be useful to test an unreleased GitHub Enterprise version or a translated language (Portuguese, Chinese, etc) that is not yet in production.
2222

23-
To sync the indices from your development enviroment:
23+
To sync the indices from your development environment:
2424

2525
1. Make sure the two required environment variables `ALGOLIA_APPLICATION_ID` and `ALGOLIA_API_KEY` are set in your `.env` file. These can be retrieved from the [Algolia site](https://www.algolia.com/apps/ZI5KPY1HBE/api-keys/all).
2626
2. Run `npm run sync-search-dry-run`. This takes a while to complete. It will prepare, test, and validate all the indices without actually uploading anything to Algolia's servers.

0 commit comments

Comments
 (0)