Skip to content

Commit 6346429

Browse files
Docs: Correct typo in WP_Interactivity_API::evaluate() DocBlock.
Follow-up to [61020]. Props nareshbheda. Fixes #64517. git-svn-id: https://develop.svn.wordpress.org/trunk@61494 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ee3af74 commit 6346429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/interactivity-api/class-wp-interactivity-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ private function _process_directives( string $html ) {
636636
* @since 6.6.0 The function now adds a warning when the namespace is null, falsy, or the directive value is empty.
637637
* @since 6.6.0 Removed `default_namespace` and `context` arguments.
638638
* @since 6.6.0 Add support for derived state.
639-
* @since 6.9.0 Recieve $entry as an argument instead of the directive value string.
639+
* @since 6.9.0 Receive $entry as an argument instead of the directive value string.
640640
*
641641
* @param array $entry An array containing a whole directive entry with its namespace, value, suffix, or unique ID.
642642
* @return mixed|null The result of the evaluation. Null if the reference path doesn't exist or the namespace is falsy.

0 commit comments

Comments
 (0)