chore: survivor hiking backpack description typo fix #6008
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of change (The Why)
The description of the Survivor Hiking Backpack reads as follows.
"A custom-built backpack hiking. Durable and carefully crafted to hold as much stuff as possible."
"backpack hiking" didn't quite look right to me, and since I don't go outside too often, I totally looked up the parts of a hiking backpack to see if this is just some uniquely named bit. It's not (as far as I am aware).
The next conclusion is that it was a typo, so I made an edit.
Describe the solution (The How)
I swapped the location of the words "hiking" and "backpack" around in the
.json
file.Describe alternatives you've considered
Telling someone in the Discord, or leaving it be.
Testing
I changed the
.json
, loaded in, and saw that the description was changed.Before:
After:
Checklist
Mandatory
closes #1234
in Summary of the PR so it can be closed automatically.main
so it won't cause conflict when updatingmain
branch later.