From 4b8705b8bb5746175090a4a7ae32184858741cb4 Mon Sep 17 00:00:00 2001 From: snoppy Date: Sat, 25 May 2024 21:21:23 +0800 Subject: [PATCH] chore: fix typos Signed-off-by: snoppy --- docs/docs/photos/features/albums.md | 2 +- docs/docs/photos/features/hide.md | 2 +- docs/docs/photos/features/trash.md | 2 +- docs/docs/self-hosting/guides/configuring-s3.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/photos/features/albums.md b/docs/docs/photos/features/albums.md index c368e6cdf..5ade8286a 100644 --- a/docs/docs/photos/features/albums.md +++ b/docs/docs/photos/features/albums.md @@ -36,7 +36,7 @@ Select any photo you want to use as the cover for your album. - Open the album you want to change - Tap the three dots button in the top right corner - From the menu options, select _Set cover_ -- A new screen will appear, propmpting you to select the cover photo +- A new screen will appear, prompting you to select the cover photo - Browse through your photos and tap on the image you want to set as the album cover - Then tap on _Use selected photo_ diff --git a/docs/docs/photos/features/hide.md b/docs/docs/photos/features/hide.md index aa88f0b64..ed464239e 100644 --- a/docs/docs/photos/features/hide.md +++ b/docs/docs/photos/features/hide.md @@ -13,7 +13,7 @@ authentication, whereas archiving only removes them from the home timeline and memories sections. - Hidden photos and albums will be removed from home timelines, memories, - albums tab, search results, and any other visable place in the app. + albums tab, search results, and any other visible place in the app. - Hidden photos will be removed from all regular albums. If you want to unhide again you will have to specify the album to move it to. diff --git a/docs/docs/photos/features/trash.md b/docs/docs/photos/features/trash.md index f324b48e9..7244d20ca 100644 --- a/docs/docs/photos/features/trash.md +++ b/docs/docs/photos/features/trash.md @@ -6,7 +6,7 @@ description: Deleting items and trash # Trash Whenever you delete an item from Ente, it is moved to Trash. These items will be -automatically deleted from Trash after 30 days. You can manaully select photos +automatically deleted from Trash after 30 days. You can manually select photos to permanently delete or completely empty the trash if you wish. Items in trash are included in your used storage calculation. diff --git a/docs/docs/self-hosting/guides/configuring-s3.md b/docs/docs/self-hosting/guides/configuring-s3.md index 56e922f02..e4f89ddf2 100644 --- a/docs/docs/self-hosting/guides/configuring-s3.md +++ b/docs/docs/self-hosting/guides/configuring-s3.md @@ -33,7 +33,7 @@ and put your custom configuration there (in your case, you can put an entire > [!TIP] > -> For more details about these configuration objects, see the documentaion for +> For more details about these configuration objects, see the documentation for > the `s3` object in > [configurations/local.yaml](https://github.com/ente-io/ente/blob/main/server/configurations/local.yaml).