Skip to content

Commit

Permalink
Correct a typo in the word REFRESH (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
tveastman authored Dec 16, 2024
1 parent 4332cf5 commit d85a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto_client/client/methods_mixin/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def on_session_change(self, callback: AsyncSessionChangeCallback) -> None:
Tip:
You should save the session string to persistent storage
on `SessionEvent.CREATE` and `SessionEvent.REFRESN` event.
on `SessionEvent.CREATE` and `SessionEvent.REFRESH` event.
Example:
>>> from atproto import AsyncClient, SessionEvent, Session
Expand Down

0 comments on commit d85a59f

Please sign in to comment.