Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Feb 26, 2024
1 parent 4470c5d commit 2c8b59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/interactivity/docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 2c8b59c

Please sign in to comment.