Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Nov 4, 2023
1 parent 462fa4e commit f4c2691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import download_source


@st.cache_resource(ttl=timedelta(hours=6), show_spinner="Gettin latest version info...")
@st.cache_resource(ttl=timedelta(hours=6), show_spinner="Getting latest version info...")
def get_latest_release():
return download_source.get_latest_release()

Expand Down

0 comments on commit f4c2691

Please sign in to comment.