Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docstring wording
  • Loading branch information
adamziel committed Sep 26, 2022
commit 80c0c5931c114ba939020ebb10fa9658555ed2f5
4 changes: 2 additions & 2 deletions packages/core-data/src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ export function getEntityConfig(
* // (kind: string number, key: false | "string value") => string number
* ```
*
* The signature withot the state parameter shipped as CurriedSignature
* is used in the return value of `dispatch( coreStore )`.
* The signature without the state parameter shipped as CurriedSignature
* is used in the return value of `select( coreStore )`.
*
* See https://github.com/WordPress/gutenberg/pull/41578 for more details.
*/
Expand Down