Skip to content

Commit 1262653

Browse files
fix: typos and grammar (#1408)
Co-authored-by: arpitpandey0209 <[email protected]>
1 parent e9ad705 commit 1262653

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

frontend/app_flowy/android/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ When compiling for android we need the following pre-requisites:
1212
- [Download](https://developer.android.com/ndk/downloads/) Android NDK version 24.
1313
- When downloading Android NDK you can get the compressed version as a standalone from the site.
1414
Or you can download it through [Android Studio](https://developer.android.com/studio).
15-
- After downloading the two you need to set the environment variables. For Windows that's a seperate process.
16-
On MacOs and Linux the process is similar.
15+
- After downloading the two you need to set the environment variables. For Windows that's a separate process.
16+
On macOS and Linux the process is similar.
1717
- The variables needed are '$ANDROID_NDK_HOME', this will point to where the NDK is located.
1818
---
1919

@@ -48,9 +48,9 @@ linker = "/home/user/Android/Sdk/ndk/24.0.8215888/toolchains/llvm/prebuilt/linux
4848

4949
**Folder path: 'Android/Sdk/ndk/24.0.8215888/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.1/lib/linux'.**
5050
After that you have to copy this file into three different folders namely aarch64, arm, i386 and x86_64.
51-
We have to do this so we Android NDK can find clang on our system, if we used NDK 22 we wouldnt have to do this process.
52-
Though using NDK v22 will not give us alot of features to work with.
53-
This github [issue](https://github.com/fzyzcjy/flutter_rust_bridge/issues/419) explains the reason why we are doing this.
51+
We have to do this so we Android NDK can find clang on our system, if we used NDK 22 we wouldn't have to do this process.
52+
Though using NDK v22 will not give us a lot of features to work with.
53+
This GitHub [issue](https://github.com/fzyzcjy/flutter_rust_bridge/issues/419) explains the reason why we are doing this.
5454

5555
---
5656

frontend/app_flowy/packages/appflowy_editor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and the Flutter guide for
3838
* shortcut events
3939
* themes
4040
* menu options (**coming soon!**)
41-
* [Test-coverage](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/documentation/testing.md) and on-going maintenance by AppFlowy's core team and community of more than 1,000 builders
41+
* [Test-coverage](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/documentation/testing.md) and ongoing maintenance by AppFlowy's core team and community of more than 1,000 builders
4242

4343
## Getting Started
4444

@@ -117,7 +117,7 @@ Below are some examples of shortcut event customizations:
117117
Please refer to the API documentation.
118118

119119
## Contributing
120-
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
120+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
121121

122122
Please look at [CONTRIBUTING.md](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/contributing-to-appflowy) for details.
123123

0 commit comments

Comments
 (0)