From 57d8eef46b762926dd90056efeb0b0b2b2c31bdd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 5 Nov 2023 16:20:40 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/block-supports/duotone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/block-supports/duotone.php b/tests/phpunit/tests/block-supports/duotone.php index 90cf376be7..faeeaa2b40 100644 --- a/tests/phpunit/tests/block-supports/duotone.php +++ b/tests/phpunit/tests/block-supports/duotone.php @@ -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() {