Skip to content

Commit ca41db3

Browse files
authored
Merge pull request #253 from isinghmitesh/master
docs: fix small typo on line number 387 get_it.dart thanks a lot. Even the smallest fixes helps a lot
2 parents 6a3e229 + 624f32d commit ca41db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get_it.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ abstract class GetIt {
384384
/// and pops (destroys) the scope so that the previous scope gets active again.
385385
/// if you provided dispose functions on registration, they will be called.
386386
/// if you passed a dispose function when you pushed this scope it will be
387-
/// calles before the scope is popped.
387+
/// called before the scope is popped.
388388
/// As dispose functions can be async, you should await this function.
389389
Future<void> popScope();
390390

0 commit comments

Comments
 (0)