Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 15, 2024
1 parent 4b8979a commit a8bef42
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 @@ -465,7 +465,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 a8bef42

Please sign in to comment.