Skip to content

Commit

Permalink
chore: fix typos (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Nov 30, 2023
1 parent 1deadb7 commit afe058e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _typos.toml
@@ -0,0 +1,2 @@
[files]
extend-exclude = ["CHANGELOG.md", "**/ios/**"]
2 changes: 1 addition & 1 deletion lib/src/firestore_cache.dart
Expand Up @@ -7,7 +7,7 @@ import 'exceptions.dart';
/// FirestoreCache is a Flutter plugin for fetching Firestore documents with
/// read from cache first then server.
///
/// Before using this plugin, you will need to do some inital setup on
/// Before using this plugin, you will need to do some initial setup on
/// Firestore. Then you can use this sample code to fetch documents:
///
/// ```dart
Expand Down

0 comments on commit afe058e

Please sign in to comment.