Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/supportedStyles.php

    r56226 r57987  
    170170                'textColor'       => 'red',
    171171                'backgroundColor' => 'black',
    172                 // The following should not be applied (subcatagories of color support).
     172                // The following should not be applied (subcategories of color support).
    173173                'gradient'        => 'some-gradient',
    174174            ),
     
    204204                        'text'       => '#000',
    205205                        'background' => '#fff',
    206                         // The following should not be applied (subcatagories of color support).
     206                        // The following should not be applied (subcategories of color support).
    207207                        'gradient'   => 'some-gradient',
    208208                        'style'      => array( 'color' => array( 'link' => '#fff' ) ),
Note: See TracChangeset for help on using the changeset viewer.