Skip to content

Commit 3a147b5

Browse files
authored
fix: correct typo in GoTrueClient initializePromise comment (#1093)
## What kind of change does this PR introduce? Fixes a minor typo in a code comment. ## What is the current behavior? The comment contains a few typos. Please refer to the file changes for details. ## What is the new behavior? The typos in the comment have been corrected. Please refer to the file changes. ## Additional context This is a minor typo fix in a code comment. No functional changes, so I opened a PR directly without an Issue. Please let me know if you'd prefer a separate Issue as well.
1 parent 3ac6a61 commit 3a147b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoTrueClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default class GoTrueClient {
210210
/**
211211
* Keeps track of the async client initialization.
212212
* When null or not yet resolved the auth state is `unknown`
213-
* Once resolved the the auth state is known and it's save to call any further client methods.
213+
* Once resolved the auth state is known and it's safe to call any further client methods.
214214
* Keep extra care to never reject or throw uncaught errors
215215
*/
216216
protected initializePromise: Promise<InitializeResult> | null = null

0 commit comments

Comments
 (0)