File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class UserParams:
128128
129129 This is used to speed up connection times by avoiding the need to
130130 discover the API base URL each time. If not provided, the API client
131- will attempt to discover it automatically which make take multiple requests.
131+ will attempt to discover it automatically which may take multiple requests.
132132 """
133133
134134
Original file line number Diff line number Diff line change @@ -714,7 +714,7 @@ class UserWebApiClient:
714714
715715 This binds a RoborockApiClient to a specific user context with the
716716 provided UserData. This allows for easier access to user-specific data,
717- to avoid neeting to pass UserData around and mock out the web API.
717+ to avoid needing to pass UserData around and mock out the web API.
718718 """
719719
720720 def __init__ (self , web_api : RoborockApiClient , user_data : UserData ) -> None :
You can’t perform that action at this time.
0 commit comments