Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Appwrite mispelled in the community page #328

Closed
t4zzlerdeveloper opened this issue Nov 5, 2023 · 1 comment
Closed

Refactor: Appwrite mispelled in the community page #328

t4zzlerdeveloper opened this issue Nov 5, 2023 · 1 comment

Comments

@t4zzlerdeveloper
Copy link

Refactor: Appwrite mispelled in the community page

//File location: src/routes/community/+page.svelte (79:88)

 const projects: ProjectCardProps[] = [
        {
            title: 'Auth UI',
            description: 'Appwirte-powered authentication screens generator for any application.',
            image: {
                src: 'https://cloud.appwrite.io/v1/storage/buckets/thumbnails/files/64803bb4f34eb4b05ee3/preview?width=800&output=webp&project=builtWithAppwrite',
                alt: 'Auth UI: Fully customizable login flow for your applications'
            },
            href: 'https://builtwith.appwrite.io/projects/6467cedd4502d0e29205/'
        },

// (...)

As we can take a look in the code above (currently online), the description of the "Auth UI" community project has a misspell! Instead of "Appwrite-powered" we have "Appwirte-powered", which goes against Appwrite's own Asset Naming Polices.

TGlide added a commit that referenced this issue Nov 7, 2023
Fix typo: 'Appwrite' misspelled in the community page (#328)
@Haimantika
Copy link
Contributor

Closing this issue as the PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants