Skip to content

Commit 7831341

Browse files
committed
copy/fix capitalization of WordPress
1 parent 065c4fb commit 7831341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/fundamentals/javascript-in-the-block-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use [`enqueue_block_editor_assets`](https://developer.wordpress.org/reference/ho
4444

4545
- [Get started with wp-scripts](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-scripts/)
4646
- [Enqueueing assets in the Editor](https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/)
47-
- [Wordpress Packages handles](https://developer.wordpress.org/block-editor/contributors/code/scripts/)
47+
- [WordPress Packages handles](https://developer.wordpress.org/block-editor/contributors/code/scripts/)
4848
- [Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | MDN Web Docs
4949
- [block-development-examples](https://github.com/WordPress/block-development-examples) | GitHub repository
5050
- [block-theme-examples](https://github.com/wptrainingteam/block-theme-examples) | GitHub repository

packages/block-editor/src/components/link-control/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ describe( 'Post types', () => {
21402140
describe( 'Rich link previews', () => {
21412141
const selectedLink = {
21422142
id: '1',
2143-
title: 'Wordpress.org', // Customize this for differentiation in assertions.
2143+
title: 'WordPress.org', // Customize this for differentiation in assertions.
21442144
url: 'https://www.wordpress.org',
21452145
type: 'URL',
21462146
};

0 commit comments

Comments
 (0)