Skip to content

Commit 10f505b

Browse files
committed
wip it good
1 parent b048753 commit 10f505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Alternatively you can set the state directly by passing a feature state enum:
9090
```php
9191
FeatureFlag::updateFeatureState('search-v2', FeatureState::on())
9292
```
93-
It is recommended that you only update a features state using the above methods as it will take care of updating the cache and dispatching the feature updated event:
93+
It is recommended that you only update a features state using the above methods as it will take care of flushing the cache and dispatching the feature updated event:
9494

9595
```php
9696
\Codinglabs\FeatureFlags\Events\FeatureUpdatedEvent::class

0 commit comments

Comments
 (0)