Skip to content

Commit 01db267

Browse files
author
Hedy Li
committed
Fix typos in contributing guides
- succint -> succinct - seperated -> separated
1 parent 5972560 commit 01db267

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ These variables might come in handy while working on certain cogs:
6161

6262
| Cog | Environment Variable | Description |
6363
| -------- | -------- | -------- |
64-
| Advent of Code | `AOC_LEADERBOARDS` | List of leaderboards seperated by `::`. Each entry should have an `id,session cookie,join code` seperated by commas in that order. |
64+
| Advent of Code | `AOC_LEADERBOARDS` | List of leaderboards separated by `::`. Each entry should have an `id,session cookie,join code` separated by commas in that order. |
6565
| Advent of Code | `AOC_STAFF_LEADERBOARD_ID` | Integer ID of the staff leaderboard. |
6666
| Advent of Code | `AOC_ROLE_ID` | ID of the advent of code role.
67-
| Advent of Code | `AOC_IGNORED_DAYS` | Comma seperated list of days to ignore while calculating score. |
67+
| Advent of Code | `AOC_IGNORED_DAYS` | Comma separated list of days to ignore while calculating score. |
6868
| Advent of Code | `AOC_YEAR` | Debug variable to change the year used for AoC. |
6969
| Advent of Code | `AOC_CHANNEL_ID` | The ID of the #advent-of-code channel |
7070
| Advent of Code | `AOC_COMMANDS_CHANNEL_ID` | The ID of the #advent-of-code-commands channel |

pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you use SSH, use `[email protected]:python-discord/sir-lancebot.git` for the ups
2727
You will be committing your changes to a new branch rather than to `main`.
2828
Using branches allows you to work on muiltiple pull requests without conflicts.
2929

30-
You can name your branch whatever you want, but it's recommended to name it something succint and relevant to the changes you will be making.
30+
You can name your branch whatever you want, but it's recommended to name it something succinct and relevant to the changes you will be making.
3131

3232
Run the following commands to create a new branch. Replace `branch_name` with the name you wish to give your branch.
3333
```sh

pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following will use the [Sir-Lancebot](https://github.com/python-discord/sir-
2727
## Creating a New Branch
2828
> You will be committing your changes to a new branch rather than to `main`. Using branches allows you to work on multiple pull requests at the same time without conflicts.
2929
30-
> You can name your branch whatever you want, but it's recommended to name it something succint and relevant to the changes you will be making.
30+
> You can name your branch whatever you want, but it's recommended to name it something succinct and relevant to the changes you will be making.
3131
3232
> Before making new branches, be sure to checkout the `main` branch and ensure it's up to date.
3333

0 commit comments

Comments
 (0)