Skip to content

Commit 1d8d122

Browse files
authored
Merge pull request #2241 from appwrite/fix-SER-311-fix-typo-sites-onboarding
2 parents 02127e9 + b5ff1ee commit 1d8d122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/project-[region]-[project]/sites

src/routes/(console)/project-[region]-[project]/sites/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
single
124124
allowCreate={$canWriteSites}
125125
href="https://appwrite.io/docs/products/sites"
126-
description="Deploy and manage your web your web applications with Sites. "
126+
description="Deploy and manage your web applications with Sites. "
127127
target="site"
128128
src={$app.themeInUse === 'dark' ? EmptyDark : EmptyLight}
129129
on:click={() => (show = true)}>

0 commit comments

Comments
 (0)