chore: change either to any#668
Conversation
In its current context, there are 3 choices so `any` is more appropriate. `either` is for binary decisions (between 2 choices). Signed-off-by: jmeridth <jmeridth@gmail.com>
|
💖 Thanks for opening this pull request! 💖 The InnerSource Commons community really appreciates your time and effort to contribute to the project. Please make sure you have read our Contributing Guidelines. If you are submitting a new pattern, the following things will help get your pull request across the finish line! 🏁
This project has a small number of maintainers, volunteering their time to this project. So please be patient and we will get back to you as soon as we can. If we don't acknowledge this pull request after 7 days, feel free to chat to us about it in our Slack workspace. |
spier
left a comment
There was a problem hiding this comment.
Thank you for the fix. Hope you found it easy enough to figure out how to contribute?
Many of our patterns were written by contributors that speak English as a foreign language. So I am sure there are many more language/grammar improvements like this to be made 😃
Thanks again!
|
@spier Yes. Contribution process was very easy. Thank you. I'm re-reading the entire patterns book again and may have other PRs. This one was the gateway PR and felt very nitpicky but thank you for merging it. Cheers. |
|
That's great @jmeridth. Looking forward to any and all contributions that you want to make. And no worry about nitpicking, if we really don't want to make a change that you are suggesting, we can just talk about that in any future PRs. No harm done, quite the opposite actually, as it is always great to have somebody with fresh eyes read our patterns again! |
|
Btw your change is not live in https://patterns.innersourcecommons.org/p/common-requirements yet. Not sure how much delay we should expect there. Will confirm with the gitbook service (which is where we are hosting our book). |


In its current context, there are 3 choices so
anyis more appropriate.eitheris for binary decisions (between 2 choices).