Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Feb 14, 2024
1 parent c37bf6a commit f7ded19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ _Returns_

### useNetworkConnectivity

Returns the current network connectivity status provided by the native bridge.
Returns the current network connectivity status provided by `window.navigator`.

_Usage_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useEffect, useState } from '@wordpress/element';
*/

/**
* Returns the current network connectivity status provided by the native bridge.
* Returns the current network connectivity status provided by `window.navigator`.
*
* @example
*
Expand Down

0 comments on commit f7ded19

Please sign in to comment.