Skip to content

Commit

Permalink
Remove brackets from function name to make it consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Feb 4, 2025
1 parent 62886a1 commit fcab840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const enabled = unleash.isEnabled('someToggle', unleashContext);

### 4. Stop unleash

To shut down the client (turn off the polling) you can simply call the `destroy()` method. This is
To shut down the client (turn off the polling) you can simply call the `destroy` method. This is
typically not required.

```js
Expand Down

0 comments on commit fcab840

Please sign in to comment.