Typo in `circles:check` error message
Open
Beginner friendly
Nobody has claimed this yet.
3. to review
bug
good first issue
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 68
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 60
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
It seems there is a typo in error messages
https://github.com/nextcloud/circles/blob/master/lib/Command/CirclesCheck.php#L390
https://github.com/nextcloud/circles/blob/master/lib/Command/CirclesCheck.php#L568
as it should be "port" not "post"
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 lib/Command/CirclesCheck.php at lines 390 and 568, where the circles:check error messages are referenced. Confirm that the messages use “post” instead of “port,” correct the typo in both locations, and run circles:check to verify the resulting error messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100