Skip to content

Commit

Permalink
Updated Small Typo in Feature-flags.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 11, 2025
1 parent 4f541ae commit 47a8005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ( globalThis.IS_GUTENBERG_PLUGIN ) {

```js
if ( true ) {
// Wepack has replaced `globalThis.IS_GUTENBERG_PLUGIN` with `true`
// Webpack has replaced `globalThis.IS_GUTENBERG_PLUGIN` with `true`
pluginOnlyFeature();
}
```
Expand Down

0 comments on commit 47a8005

Please sign in to comment.