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

setter - the word consr is shown instead of const #28039

Closed
charlyrmm92 opened this issue Jul 18, 2023 · 2 comments · Fixed by mdn/translated-content#14400
Closed

setter - the word consr is shown instead of const #28039

charlyrmm92 opened this issue Jul 18, 2023 · 2 comments · Fixed by mdn/translated-content#14400
Labels
to move If the issue doesn't belong in Content but elsewhere in the MDN org

Comments

@charlyrmm92
Copy link

MDN URL

https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Functions/set

What specific section or headline is this issue about?

definiendo_un_setter_en_un_objecto_existente_usando_defineproperty

What information was incorrect, unhelpful, or incomplete?

The expression:
consr o = {a: 0};

What did you expect to see?

I expect to see:
const o = {a: 0};

Do you have any supporting links, references, or citations?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set#defining_a_setter_on_existing_objects_using_defineproperty

Do you have anything more you want to share?

No response

@charlyrmm92 charlyrmm92 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 18, 2023
@github-actions github-actions bot added the Content:JS JavaScript docs label Jul 18, 2023
@charlyrmm92
Copy link
Author

charlyrmm92 commented Jul 18, 2023

Fixing here:
mdn/translated-content#14400

@Graywolf9
Copy link
Contributor

Hello! @charlyrmm92 this kind of issues should be filled in https://github.com/mdn/translated-content/issues

Thank you so much for your help!

@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
@Josh-Cena Josh-Cena added to move If the issue doesn't belong in Content but elsewhere in the MDN org and removed Content:JS JavaScript docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jul 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
to move If the issue doesn't belong in Content but elsewhere in the MDN org
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants