Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Nov 22, 2023
1 parent 9fa6524 commit 8934c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mixin class AsyncInitialization {
// * Public members

/// Used to check if initialization has started
bool get initalizeStarted => _initializeStarted;
bool get initializeStarted => _initializeStarted;

/// Used to check if initialization has completed
Future<void> get initialized => _initializedCompleter.future;
Expand Down

0 comments on commit 8934c40

Please sign in to comment.