Skip to content

Commit f439b89

Browse files
authored
Fix 4 typos in developer/guideline docs (#328)
* Fix typo in alt-groups.md * Fix typ in achievement-templates.md * Fix typo in alt-groups.md Corrected a grammatical error in the text. * Fix typo in hash-labels.md
1 parent 8fa6de5 commit f439b89

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/developer-docs/achievement-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ In this example we want to detect a value changing from `V1` to `V2` ten times:
230230

231231
Conditional resets can be used for many things.
232232

233-
Lets say you want to have a reset if a player enters a certain X and Y zone of a level:
233+
Let's say you want to have a reset if a player enters a certain X and Y zone of a level:
234234

235235
**CORE**
236236

docs/developer-docs/alt-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Learn how to use Alt Groups to create alternative requirements for
55

66
# Alt Groups
77

8-
Achievements can have groups added to them that allow for alternative requirements to unlock an achievement. These are called _Alt Groups_,
8+
Achievements can have groups added to them that allow for alternative requirements to unlock an achievement. These are called _Alt Groups_.
99

1010
When using _Alt groups_, for the achievement to trigger, all the conditions in the _Core group_ MUST be true. And then all the conditions of ANY _Alt group_ must be true. In other words, each _Alt group_ uses `OR` logic.
1111

1212
## Example
1313

14-
In this dummy example for Contra (NES) the achievement requires, "While on stage look up or crouch." Lets look at what's in the _Core group_ and in the _Alt groups_:
14+
In this dummy example for Contra (NES) the achievement requires, "While on stage look up or crouch." Let's look at what's in the _Core group_ and in the _Alt groups_:
1515

1616
![Alt Groups: Core](/alt-groups-core.png)
1717
In the core group: `0x18 = 5`. This checks that the player is on stage.

docs/guidelines/content/hash-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Every ROM that is linked to an achievement set must be clearly identified and la
1414
- RA Hash: Check [Game Identification](/developer-docs/game-identification) to learn more about these. These appear in `Manage Hashes` automatically.
1515
- File Name - File name should be entered as the description. These are typically automatic, but may need some adjustments.
1616
- Labels - You can use the labels listed below by using the filename of the image (no extension).
17-
- Patch URL - Link to an either .zip or .7z file in the [RAPatches](https://github.com/RetroAchievements/RAPatches) GitHub repository.
17+
- Patch URL - Link to either a .zip or .7z file in the [RAPatches](https://github.com/RetroAchievements/RAPatches) GitHub repository.
1818
- Resource Page URL - Link to a specific No Intro, Redump, RHDN, SMWCentral, itch.io, etc. page.
1919

2020
## Images

0 commit comments

Comments
 (0)