AppFlowy/frontend/rust-lib
Daniel Thompson 2e7ab3000f Correct the capitalization of GitHub
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
2021-12-04 20:52:12 -05:00
..
.cargo add frontend folder 2021-11-20 09:34:43 +08:00
dart-ffi fix wanrings 2021-12-04 23:54:14 +08:00
dart-notify fix wanrings 2021-12-04 23:54:14 +08:00
flowy-database mv lib-sqlite to shared-lib 2021-11-27 21:59:20 +08:00
flowy-document fix wanrings 2021-12-04 23:54:14 +08:00
flowy-sdk fix wanrings 2021-12-04 23:54:14 +08:00
flowy-test Correct the capitalization of GitHub 2021-12-04 20:52:12 -05:00
flowy-user fix wanrings 2021-12-04 23:54:14 +08:00
flowy-workspace Correct the capitalization of GitHub 2021-12-04 20:52:12 -05:00
lib-dispatch rename flowy-dispatch structs 2021-12-04 11:26:17 +08:00
lib-infra fix wanrings 2021-12-04 23:54:14 +08:00
lib-log add frontend folder 2021-11-20 09:34:43 +08:00
.gitignore add frontend folder 2021-11-20 09:34:43 +08:00
Cargo.toml mv lib-sqlite to shared-lib 2021-11-27 21:59:20 +08:00
rust-toolchain update ci 2021-12-01 11:01:03 +08:00
rustfmt.toml rust fmt 2021-11-29 22:01:46 +08:00