Skip to content

Commit 0f61726

Browse files
committed
chore: add words to spell check, update readme
1 parent 51bf2d8 commit 0f61726

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"localizable",
2121
"mostrado",
2222
"página",
23-
"Texto"
23+
"Texto",
24+
"Andrea",
25+
"Bizzotto",
2426
]
2527
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For more details on how to add strings, supported locales, and translations into
6464
## Important Links 🔗
6565

6666
- Flutter Flavors Setup with multiple Firebase Environments using FlutterFire - [Article from Andrea Bizzotto][flavours_flutterfire]
67-
- Gradle Error:Execution failed for task ':app:processDebugGoogleServices' - [Stackoverflow Answer][gradle_error_google_services]
67+
- Gradle Error:Execution failed for task ':app:processDebugGoogleServices' - [Stack Overflow Answer][gradle_error_google_services]
6868
- Execution failed for task ':app:checkDebugDuplicateClasses' - [Flutter GiHub Issue][debug_duplicate_classes]
6969

7070
[coverage_badge]: coverage_badge.svg

lib/firebase_options_production.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ class DefaultFirebaseOptions {
7272
storageBucket: 'sudoku-gemini.appspot.com',
7373
iosBundleId: 'dev.thecodexhub.sudoku',
7474
);
75-
76-
}
75+
}

0 commit comments

Comments
 (0)