Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 8e43d65

Browse files
committed
type error
1 parent 8f28820 commit 8e43d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/oauth-providers/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void main() async {
282282
.setEndpoint('https://cloud.appwrite.io/v1') // YOUR API Endpoint
283283
.setProject('[PROJECT_ID]'); // YOUR PROJECT ID
284284
285-
// Simplest implementation of updating auth session
285+
// Simplest implementation of updating an OAuth2 session
286286
// prints Session Object value on success and error message on failure
287287
try {
288288
final future = await account.updateSession(sessionId: 'current');

0 commit comments

Comments
 (0)