The Wayback Machine - https://web.archive.org/web/20200906153018/https://github.com/CodeHubApp/CodeHub/pull/676/
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

Fix grammar in thank-you #676

Open
wants to merge 1 commit into
base: master
from
Open

Fix grammar in thank-you #676

wants to merge 1 commit into from

Conversation

@philipmw
Copy link

philipmw commented Jun 13, 2020

No description provided.

@@ -31,7 +31,7 @@ public override void ViewDidLoad()
var sendEmail = new BigButtonElement("Email Support", Octicon.Mail);
var openIssues = new BigButtonElement("Existing Issues", Octicon.IssueOpened);

HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all whom provide feedback!";
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!";

This comment has been minimized.

@Rexogamer

Rexogamer Jun 13, 2020

How about:

Suggested change
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!";
HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who’ve provided feedback!";

This comment has been minimized.

@philipmw

philipmw Jun 13, 2020

Author

Hi, Rexogamer. Your suggestion sounds good too, but my goal with this PR is to just fix the who/whom grammar issue. Your change is slightly larger in scope, so I'd prefer to leave it to a separate change.

This comment has been minimized.

@Rexogamer

Rexogamer Jun 13, 2020

I don’t think this is big enough to be its own PR.

This comment has been minimized.

@philipmw

philipmw Jun 13, 2020

Author

Hi, Rexogamer. I am new to this project, so can you please clarify for me. What is your affiliation with this project? Are you offering your opinion in an official capacity, rejecting my current PR?

This comment has been minimized.

@Rexogamer

Rexogamer Jun 14, 2020

No, I mean that I don’t think my suggestion is big enough for its own PR.

This comment has been minimized.

@philipmw

philipmw Jun 14, 2020

Author

Oh, thanks for clarifying. To me, that's the beauty of open source. If you feel it's worthwhile to spend your time on a PR for it, then it is big enough for a PR. :)

@cadkins052
Copy link

cadkins052 commented Jun 14, 2020

@cadkins052
Copy link

cadkins052 commented Jun 14, 2020

Copy link

LaPrelle10 left a comment

HeaderView.SubText = "This app is the product of hard work and great suggestions! Thank you to all who provide feedback!";

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

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.