Skip to content

Commit 8df3241

Browse files
authored
Fix typos (#404)
Found via `codespell -L filetests,inout,nclude`
1 parent 5509b2f commit 8df3241

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: building/github/contributors-pull-request-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If so, please open a pull request to the exercise's metadata in the [problems-sp
3535

3636
## General recommendations
3737

38-
### Recommendation: refrain from doing unsollicited reviews
38+
### Recommendation: refrain from doing unsolicited reviews
3939

4040
All pull request reviews are done by one (or more) maintainers of the track, as they are responsible for signing off all changes to the repository.
4141
Maintainers doing the review also helps to avoid conflicting feedback for the pull request author.

Diff for: building/tooling/analyzers/comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ explains the difference between the three.
109109
In Go, a student has created a custom error instead of using the built-in ones:
110110

111111
```markdown
112-
<!-- not following these guidlines -->
112+
<!-- not following these guidelines -->
113113

114114
I see you are creating a custom `error`. This is perfectly fine! If you did not
115115
know about `errors.New` and `fmt.Errorf` have a look at them as they are much

Diff for: building/tracks/docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Check [this page](https://exercism.org/tracks/fsharp) to see what this looks lik
5454

5555
The F# track is built on top of the [.NET](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet) platform, which runs on Windows, Linux and macOS. To build .NET projects, you can use the .NET Command Line Interface (CLI). This CLI is part of the .NET SDK, which you can install by following the [installation instructions](https://dotnet.microsoft.com/download/dotnet/5.0). Note: the F# track requires SDK version 5.0 or greater.
5656

57-
After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal:
57+
After completing the installation, you can verify if the CLI was installed successfully by running this command in a terminal:
5858

5959
```bash
6060
dotnet --version
6161
```
6262

63-
It the output is a version greater than or equal to `5.0.100`, the .NET SDK has been installed succesfully.
63+
It the output is a version greater than or equal to `5.0.100`, the .NET SDK has been installed successfully.
6464

6565
## Using an IDE
6666

Diff for: community/good-member/words.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ At first, many people find this rule to be pedantic or irrational, as they are c
1919
However, when guided by the principle of communicating in a way that is clear and unambiguous, and driven by the desire to be kind to others in the community, it becomes clear that the word "guys" does not necessarily convey the intended meaning to everyone, and so they choose to use clearer words.
2020

2121
```exercism/note
22-
Our co-founder, Jeremy, is from the UK, where the British dictionary explicitely states that "guys" is a gender neutral word.
22+
Our co-founder, Jeremy, is from the UK, where the British dictionary explicitly states that "guys" is a gender neutral word.
2323
In real life, he commonly addresses groups of women using the word "guys".
2424
However, in an international setting such as conferences, or within a multi-national platform such as Exercism, he would choose to use a clearer word such as "folks" (or occasionally y'all when he's feeling particularly Texan).
2525
As such, there is no judgement about whether the word "guys" should mean one thing or another or is good or bad, purely that the usage of the word should change with context.

Diff for: using/editions/research.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Research Edition
22

3-
In 2019, we launched Exercism Research - a subsite of Exercism focussed on using our data and community to learn more about how we learn.
3+
In 2019, we launched Exercism Research - a subsite of Exercism focused on using our data and community to learn more about how we learn.
44

55
With the launch of Exercism v3 we have retired the subsite, and instead are intending to fold the features of Exercism Research into Exercism Standard Edition.
66
Everyone will be able to opt in to join our research program and then be offered experiments to take part in as part of the learning journey.

Diff for: using/settings/pronouns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We therefore allow people to specify the pronouns they'd like to be addressed by
1818
You can set your pronouns by filling in the blanks in a sample sentence on [your settings page](https://exercism.org/settings).
1919
We provide some common options for you to use, but you can write whatever you like.
2020

21-
- If you choose "Use handle", we'll suggest people always use your handle, rather than pronouns when refering to you.
21+
- If you choose "Use handle", we'll suggest people always use your handle, rather than pronouns when referring to you.
2222
- If you choose "Leave blank", we won't show any pronouns or suggestions at all.
2323

2424
If you see people's pronouns listed, please respect them.

0 commit comments

Comments
 (0)