Skip to content

Commit

Permalink
Fix typos (exercism#404)
Browse files Browse the repository at this point in the history
Found via `codespell -L filetests,inout,nclude`
  • Loading branch information
kianmeng authored Nov 8, 2022
1 parent 5509b2f commit 8df3241
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion building/github/contributors-pull-request-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If so, please open a pull request to the exercise's metadata in the [problems-sp

## General recommendations

### Recommendation: refrain from doing unsollicited reviews
### Recommendation: refrain from doing unsolicited reviews

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.
Maintainers doing the review also helps to avoid conflicting feedback for the pull request author.
Expand Down
2 changes: 1 addition & 1 deletion building/tooling/analyzers/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ explains the difference between the three.
In Go, a student has created a custom error instead of using the built-in ones:

```markdown
<!-- not following these guidlines -->
<!-- not following these guidelines -->

I see you are creating a custom `error`. This is perfectly fine! If you did not
know about `errors.New` and `fmt.Errorf` have a look at them as they are much
Expand Down
4 changes: 2 additions & 2 deletions building/tracks/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Check [this page](https://exercism.org/tracks/fsharp) to see what this looks lik

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.

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

```bash
dotnet --version
```

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

## Using an IDE

Expand Down
2 changes: 1 addition & 1 deletion community/good-member/words.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ At first, many people find this rule to be pedantic or irrational, as they are c
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.

```exercism/note
Our co-founder, Jeremy, is from the UK, where the British dictionary explicitely states that "guys" is a gender neutral word.
Our co-founder, Jeremy, is from the UK, where the British dictionary explicitly states that "guys" is a gender neutral word.
In real life, he commonly addresses groups of women using the word "guys".
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).
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.
Expand Down
2 changes: 1 addition & 1 deletion using/editions/research.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Research Edition

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

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.
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.
Expand Down
2 changes: 1 addition & 1 deletion using/settings/pronouns.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We therefore allow people to specify the pronouns they'd like to be addressed by
You can set your pronouns by filling in the blanks in a sample sentence on [your settings page](https://exercism.org/settings).
We provide some common options for you to use, but you can write whatever you like.

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

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

0 comments on commit 8df3241

Please sign in to comment.