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 typo #101

Merged
merged 2 commits into from
Jun 14, 2024
Merged

fix typo #101

merged 2 commits into from
Jun 14, 2024

Conversation

Rashmil-1999
Copy link
Contributor

Fixes typo in the word Celsius

@Rashmil-1999 Rashmil-1999 self-assigned this Jun 10, 2024
@Rashmil-1999 Rashmil-1999 linked an issue Jun 10, 2024 that may be closed by this pull request
export const convertFahrenheitToCelcius = (temp: number): string => {
const formattedCelciusTemp = decimalFormat((temp - 32) * (5 / 9));
return formattedCelciusTemp;
export const convertFahrenheitTosius = (temp: number): string => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here, should be I think convertFahrenheitToCelsius

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is weird, this didn't comeup when I searched for celcius ... it seems the search was case sensitive... let me correct this...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh I think I omitted out 'Cel' ... :P

@navarroc
Copy link
Contributor

Is there a way to deploy this on dev so we can verify the fix?

@navarroc
Copy link
Contributor

This change looks good, but it would be good to test it out on dev before we merge and make a new release.

Copy link
Contributor

@navarroc navarroc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Rashmil-1999 Rashmil-1999 merged commit ff18256 into main Jun 14, 2024
1 check passed
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.

Fix typo in Environment page of station
2 participants