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

Typo in contributor_guidelines.md: 'Resovles' should be 'Resolves'. #6683

Closed
1 of 17 tasks
ShivamGoelOSS opened this issue Jan 1, 2024 · 1 comment
Closed
1 of 17 tasks

Comments

@ShivamGoelOSS
Copy link

ShivamGoelOSS commented Jan 1, 2024

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build Process
  • Unit Testing
  • Internalization
  • Friendly Errors
  • Other (specify if possible)

Details

I found a minor typo in the documentation "contributor_guidelines.md " under the section "contributor_docs" guiding users to create a pull request for the p5.js repository. In the sentence, "If you do not wish to automatically close the issue after this PR is merged (maybe because there are more changes coming in a separate PR), change Resovles to Addresses." it appears that the word "Resovles" was used mistakenly instead of "Resolves."
This could potentially confuse users who are new to version control systems or git operations. I propose correcting this typo to ensure clarity and accuracy in the instructions provided to users seeking to create a pull request for the p5.js source code.
I would be happy to submit a pull request to rectify this typo if deemed appropriate. Thank you for your attention to this matter.
https://github.com/processing/p5.js/blob/main/contributor_docs/contributor_guidelines.md

Screenshot

Issue1

@ShivamGoelOSS
Copy link
Author

This was fixed in pull request #6687

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment