Skip to content

Commit

Permalink
fixes WordPress's capital
Browse files Browse the repository at this point in the history
  • Loading branch information
miminari committed Dec 6, 2023
1 parent eb4c754 commit 69005ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Use [`enqueue_block_editor_assets`](https://developer.wordpress.org/reference/ho

- [Get started with wp-scripts](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-scripts/)
- [Enqueueing assets in the Editor](https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/)
- [Wordpress Packages handles](https://developer.wordpress.org/block-editor/contributors/code/scripts/)
- [WordPress Packages handles](https://developer.wordpress.org/block-editor/contributors/code/scripts/)
- [Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | MDN Web Docs
- [block-development-examples](https://github.com/WordPress/block-development-examples) | GitHub repository
- [block-theme-examples](https://github.com/wptrainingteam/block-theme-examples) | GitHub repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ describe( 'Post types', () => {
describe( 'Rich link previews', () => {
const selectedLink = {
id: '1',
title: 'Wordpress.org', // Customize this for differentiation in assertions.
title: 'WordPress.org', // Customize this for differentiation in assertions.
url: 'https://www.wordpress.org',
type: 'URL',
};
Expand Down

0 comments on commit 69005ee

Please sign in to comment.