The range directive has an incomplete signature
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 230
- PR merge metrics
- No merged PRs in 30d
Description
The documentation for the `range` directive only lists the the signature with an `end` parameter. But the text refers to the `start` and `step` parameters.
https://lit.dev/docs/api/directives/#range
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked range directive documentation page and locate the signature that currently lists only the end parameter. Compare it with the surrounding text describing start and step, then update the documented signature so all referenced parameters are represented; done when the signature and explanatory text agree.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100