-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #117
base: main
Are you sure you want to change the base?
Fix typos #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing all my terrible spelling mistakes! Couple notes, one is a case where thrash is the intended word and the other is where I think the analysis scss file needs to be updated to reflect the correct spelling for the separator
class.
@@ -548,7 +548,7 @@ export class SauceElevationProfile { | |||
if (watching.eventSubgroupId) { | |||
sg = await common.rpc.getEventSubgroup(watching.eventSubgroupId); | |||
} | |||
// Note sg.routeId is sometimes out of sync with state.routeId; avoid thrash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thrash is actually the intended word here.
@@ -1166,7 +1166,7 @@ export class SauceZwiftMap extends EventTarget { | |||
if (watching.eventSubgroupId) { | |||
sg = await common.rpc.getEventSubgroup(watching.eventSubgroupId); | |||
} | |||
// Note sg.routeId is sometimes out of sync with state.routeId; avoid thrash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thrash is actually the intended word here.
@@ -42,15 +42,15 @@ | |||
<% } %> | |||
</div> | |||
|
|||
<div class="seperator"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll need to update pages/scss/analysis.scss too since I mispelled it there too. :)
Hi,
and thanks a lot for your software (I'm a subscriber!!!).
Here's a stupid patch.
Thanks again,
Andrea