Skip to content

Commit e5fa88b

Browse files
authored
Merge pull request #568 from tasxatzial/articles-fix
Fix typos
2 parents 067f7dc + a6a2c37 commit e5fa88b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

building/tracks/articles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Any exercise, as long as there is something interesting to explore.
2222

2323
Each article must add the following two files:
2424

25-
- `.articles/<article-slug>/content.md`: description of the articleh (see [the docs](/docs/building/tracks/practice-exercises#file-articles-article-slug-content-md))
25+
- `.articles/<article-slug>/content.md`: description of the article (see [the docs](/docs/building/tracks/practice-exercises#file-articles-article-slug-content-md))
2626
- `.articles/<article-slug>/snippet.md`: snippet showcasing the article (see [the docs](/docs/building/tracks/practice-exercises#file-articles-article-slug-snippet-txt))
2727

2828
You'll then need to add or update:

using/product/reputation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Depending on the content of the pull request, a maintainer can award more (or le
6969
| --------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7070
| `x:rep/tiny` | 3 | <ul><li>Fixing a single typo or link</li><li>Removing a blank line or adding a line break</li><li>Changing/adding a single code comment</li></ul> |
7171
| `x:rep/small` | 5 | <ul><li>Fixing a single test case, task or example</li><li>Fixing multiple typos or links in a single file</li><li>Clarifying content by adding a few lines to a file</li></ul> |
72-
| `x:rep/medium` | 12 | <ul><li>Syncing an exercise with problem-specifications (incl. edits)</li><li>Adding one or more test cases from scratch</li><li>Improving multiple files in an exercise</li><li>Adding mentor notes for an exercise from scratch</li><li>Fixing a small bug in a test runner/analyzer/representer</li><li>Adding analyzer comments for a single exericse</li></ul> |
72+
| `x:rep/medium` | 12 | <ul><li>Syncing an exercise with problem-specifications (incl. edits)</li><li>Adding one or more test cases from scratch</li><li>Improving multiple files in an exercise</li><li>Adding mentor notes for an exercise from scratch</li><li>Fixing a small bug in a test runner/analyzer/representer</li><li>Adding analyzer comments for a single exercise</li></ul> |
7373
| `x:rep/large` | 30 | <ul><li>Adding a new concept or practice exercise</li><li>Adding new concept documentation</li><li>Substantial re-writing of an existing concept or exercise</li><li>Adding new CI scripts or other automation</li></ul> |
7474
| `x:rep/massive` | 100 | <ul><li>Creating a test-runner, analyzer, representer or generator from scratch</li><li>Major refactors to those tools</li><li>Creating major documentation from scratch (e.g. contribution or testing guides)</li></ul> |
7575

@@ -82,7 +82,7 @@ The examples above can serve as rough orientation when to apply which label but
8282

8383
_For backwards compatibility purposes, we also support using the `x:size` labels to determine the awarded reputation._
8484

85-
### Reviewing a pull requests
85+
### Reviewing a pull request
8686

8787
For each merged or closed pull request reviewed by the user, `5` reputation is awarded.
8888

0 commit comments

Comments
 (0)