Browse Source

docs: fix typos (#4713)

Mayuresh Dharwadkar 1 year ago
parent
commit
c77ba46d60

+ 1 - 1
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`.

+ 1 - 1
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.
 

+ 1 - 1
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
+* Increased the font size for curated image thumbnail information on the search page

+ 1 - 1
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