Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Fix typos #117

wants to merge 10 commits into from

Conversation

Gelma
Copy link

@Gelma Gelma commented Feb 29, 2024

Hi,
and thanks a lot for your software (I'm a subscriber!!!).

Here's a stupid patch.

Thanks again,
Andrea

Copy link
Contributor

@mayfield mayfield left a 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
Copy link
Contributor

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
Copy link
Contributor

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>
Copy link
Contributor

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants