Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarD authored Nov 25, 2024
1 parent 405f0a8 commit 40f9d8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/usehooks-ts/src/useCountdown/useCountdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ type CountdownControllers = {
* @see [Documentation](https://usehooks-ts.com/react-hook/use-countdown)
* @example
* ```tsx
* const [counter, { startCountdown, stopCountdown, resetCountdown }] =
* useCountdown({useCountdown({
* countStart: 10,
* intervalMs: 1000,
* isIncrement: false,
* });
* const [counter, { startCountdown, stopCountdown, resetCountdown }] =
* useCountdown({useCountdown({
* countStart: 10,
* intervalMs: 1000,
* isIncrement: false,
* });
* ```
*/
export function useCountdown({
Expand Down

0 comments on commit 40f9d8b

Please sign in to comment.