Skip to content

Commit 82a966f

Browse files
docs(useBattery): fix misleading fetched field description
1 parent cecddf0 commit 82a966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useBattery/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type UseBatteryState = BatteryState & {
2727
*/
2828
isSupported: boolean;
2929
/**
30-
* Whether the battery state is currently being fetched.
30+
* Whether the battery state has been fetched.
3131
*/
3232
fetched: boolean;
3333
};

0 commit comments

Comments
 (0)