javascript-tutorial / javascript-tutorial/fr.javascript.info

Error in French translation - https://fr.javascript.info/regexp-quantifiers#abreviations

Open
#504 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
241
Forks
109
PR merge metrics
No merged PRs in 30d

Description

?
Signifie “zéro ou plus”, identique à {0,1}

should be written

?
Signifie “zéro ou un”, identique à {0,1}

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the French tutorial page at https://fr.javascript.info/regexp-quantifiers#abreviations and inspect the abbreviation text. Correct the quantifier description so it says “zéro ou un” and uses the matching {0,1} example, then verify the rendered page and surrounding translation.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation, localization
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.