From c77ba46d60724d5ab42488df4574e16805699b37 Mon Sep 17 00:00:00 2001 From: Mayuresh Dharwadkar <98738585+Mayureshd-18@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:47:10 +0530 Subject: [PATCH] docs: fix typos (#4713) --- docs/docs/developer/testing.md | 2 +- docs/docs/features/libraries.md | 2 +- mobile/android/fastlane/metadata/android/en-US/changelogs/8.txt | 2 +- web/how-to-scroll-like-google.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/developer/testing.md b/docs/docs/developer/testing.md index ae3f68ce9..d9bb02962 100644 --- a/docs/docs/developer/testing.md +++ b/docs/docs/developer/testing.md @@ -12,6 +12,6 @@ The backend has an end-to-end test suite that can be called with `npm run test:e Note that there is a bug in nodejs <20.8 that causes segmentation faults when running these tests. If you run into segfaults, ensure you are using at least version 20.8. -To perform a full e2e test, you need to run e2e tests inside docker. The easiest way to do that is to run `make test-e2e` in the root directory. This will build and start a docker-compose consisting of the server, microservices, and a postgres database. It will then perfom the tests and exit. +To perform a full e2e test, you need to run e2e tests inside docker. The easiest way to do that is to run `make test-e2e` in the root directory. This will build and start a docker-compose consisting of the server, microservices, and a postgres database. It will then perform the tests and exit. If you manually install the dependencies (see the DOCKERFILE) on your development machine, you can also run the full e2e tests manually by setting the `IMMICH_RUN_ALL_TESTS` environment value to true, i.e. `IMMICH_RUN_ALL_TESTS=true npm run test:e2e`. diff --git a/docs/docs/features/libraries.md b/docs/docs/features/libraries.md index 73ef2a7a5..f518a33a5 100644 --- a/docs/docs/features/libraries.md +++ b/docs/docs/features/libraries.md @@ -85,7 +85,7 @@ There is an automatic job that's run once a day and refreshes all modified files Let's show a concrete example where we add an existing gallery to Immich. Here, we have the following folders we want to add: -- `/home/user/old-pics`: a folder contining childhood photos. +- `/home/user/old-pics`: a folder containing childhood photos. - `/mnt/nas/christmas-trip`: photos from a christmas trip. The subfolder `/mnt/nas/christmas-trip/Raw` contains the raw files directly from the DSLR. We don't want to import the raw files to Immich - `/mnt/media/videos`: Videos from the same christmas trip. diff --git a/mobile/android/fastlane/metadata/android/en-US/changelogs/8.txt b/mobile/android/fastlane/metadata/android/en-US/changelogs/8.txt index 6a774ec1f..53618c32c 100644 --- a/mobile/android/fastlane/metadata/android/en-US/changelogs/8.txt +++ b/mobile/android/fastlane/metadata/android/en-US/changelogs/8.txt @@ -1,2 +1,2 @@ * User can now download assets to local device -* Increased the font size for curated image thumbnail information on the seach page \ No newline at end of file +* Increased the font size for curated image thumbnail information on the search page \ No newline at end of file diff --git a/web/how-to-scroll-like-google.md b/web/how-to-scroll-like-google.md index a9a154adf..c12690d11 100644 --- a/web/how-to-scroll-like-google.md +++ b/web/how-to-scroll-like-google.md @@ -11,7 +11,7 @@ ## Order of Implementation -### Custom scroolbar +### Custom scrollbar * We need the custom scroll bar which represents the entire viewport. * The viewport can be estimated by the total number of the photos and the width of the occupied photo's grid