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 qq_android browser release date info #1788

Merged
merged 2 commits into from Apr 16, 2018
Merged

Conversation

connorshea
Copy link
Contributor

@connorshea connorshea commented Apr 16, 2018

relase_date to release_date

I ran into this while messing with the data set, thought there was a bug in my code until I realized it was misspelled :D

`relase_date` to `release_date`
"status": "retired"
},
"7.8": {
"relase_date": "2017-08-21",
"release_date": "2017-08-21",
"status": "retired"
},
"8.0": {
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the trailing .0 for consistency (see issue #1784).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done 👍

@Elchi3
Copy link
Member

Elchi3 commented Apr 16, 2018

Oh wow, this shouldn't have happened. Thanks for spotting this!

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thank you so much! 👍

@Elchi3 Elchi3 added the data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. label Apr 16, 2018
@Elchi3 Elchi3 merged commit 2f34fc9 into mdn:master Apr 16, 2018
@connorshea connorshea deleted the patch-1 branch July 10, 2018 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants