From 2c8b59ca9345afb918c240e7558df05b3d68a0e0 Mon Sep 17 00:00:00 2001 From: Carlos Bravo Date: Mon, 26 Feb 2024 16:26:38 +0100 Subject: [PATCH] Fix grammar --- packages/interactivity/docs/api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/interactivity/docs/api-reference.md b/packages/interactivity/docs/api-reference.md index abb015593777c5..f6f432c5a01ad1 100644 --- a/packages/interactivity/docs/api-reference.md +++ b/packages/interactivity/docs/api-reference.md @@ -1059,7 +1059,7 @@ The Interactivity API comes with handy functions on the PHP part. Apart from [se ### wp_interactivity_config `wp_interactivity_config` allows to set or get a configuration array, referenced to a store namespace. -The configuration is also available at the client, but it is static information. +The configuration is also available on the client, but it is static information. Consider it a global setting for interactions of a site, that won't be updated on user interactions. @@ -1075,7 +1075,7 @@ An example of getting: wp_interactivity_config( 'myPlugin' ); ``` -This config can be retrieved in the client: +This config can be retrieved on the client: ```js // view.js