(Fix) Documentation: Wrong Syntax For Android

Fixes #999
This commit is contained in:
unknown
2024-07-28 10:30:59 +05:30
parent e876dff55d
commit f5e6eabd4f
@@ -11,7 +11,7 @@ import io.appwrite.services.Account
val client = Client(context)
.setEndpoint("${endpoint}")
.setProject("${project}")
.setSelfSigned(status: true) // For self signed certificates, only use for development`;
.setSelfSigned(status = true) // For self signed certificates, only use for development`;
</script>
<WizardStep>