Twenty Nineteen: Fix Docblock spelling error.

Props mukesh27.
Fixes #47129.
Built from https://develop.svn.wordpress.org/trunk@45299


git-svn-id: http://core.svn.wordpress.org/trunk@45108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-05-09 20:08:55 +00:00
parent d0f46bf73c
commit dfd4641dc3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* This class is in charge of displaying SVG icons across the site.
*
* Place each <svg> source on its own array key, without adding the
* both `width` and `height` attributes, since these are added dnamically,
* both `width` and `height` attributes, since these are added dynamically,
* before rendering the SVG code.
*
* All icons are assumed to have equal width and height, hence the option

View File

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