Docs: Correct typo introduced in [48288].

See #42775.
Built from https://develop.svn.wordpress.org/trunk@48343


git-svn-id: http://core.svn.wordpress.org/trunk@48112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-07-06 19:10:02 +00:00
parent 1fd50f7b2d
commit ef0881750c
2 changed files with 2 additions and 2 deletions

View File

@ -4756,7 +4756,7 @@ function _wp_add_additional_image_sizes() {
}
/**
* Callback to enable showig of the user error when uploading .heic images.
* Callback to enable showing of the user error when uploading .heic images.
*
* @since 5.5.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48342';
$wp_version = '5.5-alpha-48343';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.