Skip to content

Fix typos #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Change the values by using this image. (Make sure to ignore zeros at the beginni

## Reading Tips Using Epy

When reading using `epy` you might occasionally find triple asteriks `***`.
When reading using `epy` you might occasionally find triple asterisks `***`.
That means you reach the end of some section in your ebook
and the next line (right after those three asteriks, which is in new section)
and the next line (right after those three asterisks, which is in new section)
will start at the top of the page.
This might be disorienting, so the best way to get seamless reading experience
is by using next-page control (`space`, `l` or `Right`)
Expand Down
2 changes: 1 addition & 1 deletion src/epy_reader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, screen, ebook: Ebook, config: Config, state: State):
self.is_color_supported = False

# show loader and start heavy resources processes
self.show_loader(subtext="initalizing ebook")
self.show_loader(subtext="initializing ebook")

# main ebook object
self.ebook = ebook
Expand Down