Skip to content

Commit 77ea2e5

Browse files
Fix typos
1 parent 31d0e6c commit 77ea2e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ui/views/reader/reader_viewmodel.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ReaderViewModel extends ReactiveViewModel {
125125
await AndroidWebViewController.enableDebugging(true);
126126
}
127127

128-
/// Initilizes the webview html with everything except for the reader area contents.
128+
/// Initializes the webview html with everything except for the reader area contents.
129129
Future<void> initilizeReaderWebview(
130130
String primaryAreaHTML, String secondaryAreaHTML, bool showSecondaryArea, bool linkReaderAreaScrolling) async {
131131
// Load font
@@ -549,7 +549,7 @@ class ReaderViewModel extends ReactiveViewModel {
549549
}
550550

551551
Future<void> setBookmark(String bookmarkId) async {
552-
// Save ids without a specific reader area indentifier.
552+
// Save ids without a specific reader area identifier.
553553
bookmarkId = bookmarkId.replaceAll('primary-', '').replaceAll('secondary-', '');
554554

555555
// Update the icons in both reader areas.

0 commit comments

Comments
 (0)