From 451416ec88e85c0a74b62723cf9529e91172b05d Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Sun, 19 May 2024 15:50:46 -0400 Subject: [PATCH] docs: community docs typos (#9604) typos --- docs/src/components/community-guides.tsx | 8 ++++---- docs/src/components/community-projects.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index 98e52bfcaeb..d69d7ef92cd 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -10,17 +10,17 @@ interface CommunityGuidesProps { const guides: CommunityGuidesProps[] = [ { title: 'Cloudflare Tunnels with SSO/OAuth', - description: `Setting up Cloudflare Tunnels and a SaaS App for immich.`, + description: `Setting up Cloudflare Tunnels and a SaaS App for Immich.`, url: 'https://github.com/immich-app/immich/discussions/8299', }, { - title: 'Database backup in Truenas', - description: `Create a database backup with pgAdmin in Truenas.`, + title: 'Database backup in TrueNAS', + description: `Create a database backup with pgAdmin in TrueNAS.`, url: 'https://github.com/immich-app/immich/discussions/8809', }, { title: 'Unraid backup scripts', - description: `Back up your assets in Unarid with a pre-prepared script.`, + description: `Back up your assets in Unraid with a pre-prepared script.`, url: 'https://github.com/immich-app/immich/discussions/8416', }, { diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index d5796ebfb7e..9b602f4e080 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -10,7 +10,7 @@ interface CommunityProjectProps { const projects: CommunityProjectProps[] = [ { title: 'immich-go', - description: `An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.`, + description: `An alternative to the immich-CLI that doesn't depend on nodejs. It specializes in importing Google Photos Takeout archives.`, url: 'https://github.com/simulot/immich-go', }, {