Skip to content

Commit

Permalink
Typo: s/ot/to/
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jan 23, 2019
1 parent 692e12f commit 8797da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/designers-developers/developers/data/data-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Is the preview for the URL an oEmbed link fallback.

Returns whether the current user can upload media.

Calling this may trigger an OPTIONS request ot the REST API via the
Calling this may trigger an OPTIONS request to the REST API via the
`canUser()` resolver.

https://developer.wordpress.org/rest-api/reference/
Expand Down
2 changes: 1 addition & 1 deletion packages/core-data/src/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function isPreviewEmbedFallback( state, url ) {
/**
* Returns whether the current user can upload media.
*
* Calling this may trigger an OPTIONS request ot the REST API via the
* Calling this may trigger an OPTIONS request to the REST API via the
* `canUser()` resolver.
*
* https://developer.wordpress.org/rest-api/reference/
Expand Down

0 comments on commit 8797da3

Please sign in to comment.