Skip to content

Commit

Permalink
Updated small typo in modularity.md (#64518)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: ndiego <[email protected]>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent b8d195e commit 1b6c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanations/architecture/modularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function MyApp() {

```php
// myplugin.php
// Example of script registration dependending on the "components" and "element packages.
// Example of script registration depending on the "components" and "element packages.
wp_register_script( 'myscript', 'pathtomyscript.js', array ('wp-components', "react" ) );
```

Expand Down

0 comments on commit 1b6c106

Please sign in to comment.