-
Notifications
You must be signed in to change notification settings - Fork 229
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
📚 Documentation: Error in SvelteKit Tutorial Step 3 #136
Comments
Hello @Haimantika and @gewenyu99 Can i get this issue assigned to me ? I can work on this. |
Hi @saiharsha-22 have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! |
Hello @Haimantika and @gewenyu99 I have raised the pull-request for the following issue :- #142 can you pls check it once. Can you add hacktoberfest label as i am participant of it. Thank you. |
This will not be part of Hacktoberfest. But we're more than happy to receive your help ❤️ This year, only tasks marked as Hacktoberfest and opened by maintainers will be accepted as Hacktoberfest contributions. Thank you. |
💭 Description
Description:
In the SvelteKit tutorial under step 3, there is a mistake in the code snippet provided. Specifically, the import statement for the Database and Account object is missing, and the appwrite module exports Databases instead of Database.
Current code:
Suggested correction:
This adjustment ensures that the code functions as expected.
Steps to Reproduce:
Expected Behavior:
The code provided should be accurate and functional.
Additional Information:
Documentation URL: https://appwrite.io/docs/tutorials/sveltekit/step-3
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: