[PR #120] [MERGED] Correct the capitalization of GitHub #3982

Closed
opened 2026-03-23 21:35:47 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/120
Author: @factotvm
Created: 12/5/2021
Status: Merged
Merged: 12/5/2021
Merged by: @annieappflowy

Base: mainHead: capital-improvements


📝 Commits (1)

  • 2e7ab30 Correct the capitalization of GitHub

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 .githooks/pre-commit (+1 -1)
📝 frontend/rust-lib/flowy-test/src/workspace.rs (+2 -2)
📝 frontend/rust-lib/flowy-workspace/tests/workspace/workspace_test.rs (+1 -1)
📝 shared-lib/flowy-document-infra/src/READ_ME.json (+1 -1)

📄 Description

To accomplish this task, I ran the following command (on macOS):

find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'

GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.

When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I opened a ticket. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.

With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/120 **Author:** [@factotvm](https://github.com/factotvm) **Created:** 12/5/2021 **Status:** ✅ Merged **Merged:** 12/5/2021 **Merged by:** [@annieappflowy](https://github.com/annieappflowy) **Base:** `main` ← **Head:** `capital-improvements` --- ### 📝 Commits (1) - [`2e7ab30`](https://github.com/AppFlowy-IO/AppFlowy/commit/2e7ab3000f3aa2979fa8d09ed959cf3a28bc15cd) Correct the capitalization of GitHub ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.githooks/pre-commit` (+1 -1) 📝 `frontend/rust-lib/flowy-test/src/workspace.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-workspace/tests/workspace/workspace_test.rs` (+1 -1) 📝 `shared-lib/flowy-document-infra/src/READ_ME.json` (+1 -1) </details> ### 📄 Description To accomplish this task, I ran the following command (on macOS): find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g' GitHub, for better or worse, decided that the way their company is spelled is with a capital "G" and a capital "H" and it's their name so they get to do that if they want. When I went to check out AppFlowy's web site, I noticed that GitHub wasn't spelled correctly, and for me, this made the project feel less than polished and myself reluctant to try it out. However, there is only one way to find out about the project: I [opened a ticket]. And BAM! It was resolved in mere hours by @annieappflowy. Nice. With fresh motivation to check out the project, I downloaded the app and...found myself staring at the same issue on the first screen of the app. Well, as I was a bit flippant with the issue I opened up for the web site misspellings, I decided to fix this one myself. [opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:47 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3982
No description provided.