diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 6dcbb3b4..4e5c8dc1 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -49,7 +49,7 @@ runs:
shell: bash
run: just nightly-targets ${{ inputs.targets }}
- uses: Swatinem/rust-cache@v2
- # Install just again because Swatinem/rust-cache might removed it while restoring the cache
+ # Install just again because Swatinem/rust-cache might remove it while restoring the cache
- name: Install just
uses: ./.github/actions/cargo-install
with:
diff --git a/README.md b/README.md
index 90dd6e2b..40c945ab 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
-
+
-
+
Native Maps for Web, Mobile and Linux
-
+
A map rendering library written in Rust.
-
+
-
+
WebGL Demo
-
- |
+ |
Book
- |
+ |
API
- |
+ |
Chat in Matrix Space
diff --git a/android/gradle/.gitignore b/android/gradle/.gitignore
index 44996f34..0e288c5e 100644
--- a/android/gradle/.gitignore
+++ b/android/gradle/.gitignore
@@ -21,7 +21,6 @@ gradle-app.setting
.classpath
*.iml
-.gradle
/local.properties
/.idea/caches
/.idea/libraries
diff --git a/android/gradle/gradle.properties b/android/gradle/gradle.properties
index cac7c68c..58c152a1 100644
--- a/android/gradle/gradle.properties
+++ b/android/gradle/gradle.properties
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app"s APK
+# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
diff --git a/docs/src/development-documents/caching.md b/docs/src/development-documents/caching.md
index 046d1292..47be67ec 100644
--- a/docs/src/development-documents/caching.md
+++ b/docs/src/development-documents/caching.md
@@ -7,6 +7,6 @@ Instead, caching functionality of HTTP client libraries of the web platform are
honor HTTP headers which configure caching. This is very important for fetched tiles, as they can have an expiry date.
* On the web the browser is automatically caching raw tiles.
-* On Linux, MacOs, iOS and Android we are
+* On Linux, macOS, iOS and Android we are
utilizing [reqwest-middleware-cache](https://crates.io/crates/reqwest-middleware-cache/), which writes raw network
- requests to disk.
\ No newline at end of file
+ requests to disk.
diff --git a/docs/src/development-documents/design.md b/docs/src/development-documents/design.md
index ac1cb396..d6b31aab 100644
--- a/docs/src/development-documents/design.md
+++ b/docs/src/development-documents/design.md
@@ -5,19 +5,19 @@
## Domain Model
-

+
## Data Model
-

+
## Crate and Project Structure
-

+