Docs: Fix typo in a function DocBlock in WP_Duotone tests.

Follow-up to [56101], [56981].

See #59651.

git-svn-id: https://develop.svn.wordpress.org/trunk@57062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-11-05 16:20:40 +00:00
parent 0ac7b38407
commit 57d8eef46b

View File

@ -10,7 +10,7 @@
class Tests_Block_Supports_Duotone extends WP_UnitTestCase {
/**
* Cleans up CSS added to block-supports from duotone styles. We neeed to do this
* Cleans up CSS added to block-supports from duotone styles. We need to do this
* in order to avoid impacting other tests.
*/
public static function wpTearDownAfterClass() {