Skip to content

Commit

Permalink
fix incorrect sub list formatting for markdown
Browse files Browse the repository at this point in the history
github preview tricked me last time!
  • Loading branch information
bosh committed Nov 30, 2024
1 parent a059de7 commit 73e46cc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/config/spinners.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ The basic flow:
2. The spinner posts *spinner_\(name\)_active* event
3. The spinner posts *spinner_\(name\)_hit* event

4. Additional switch hits occur
1. The spinner resets the timeout for another `active_ms:` duration
2. The spinner posts a *spinner_\(name\)_hit* event for each hit

5. Switch hits stop and the active delay timer expires
1. The spinner switches to "inactive" state
2. The spinner posts *spinner_\(name\)_inactive* event
3. (Optional) If `idle_ms:` is defined, the spinner sets a timeout for idle_ms duration

6. (Optional) No switch hits occur and the idle delay timer expires
1. The spinner posts *spinner_\(name\)_idle* event
2. The spinner switches to "idle" state
3. Additional switch hits occur
1. The spinner resets the timeout for another `active_ms:` duration
2. The spinner posts a *spinner_\(name\)_hit* event for each hit

4. Switch hits stop and the active delay timer expires
1. The spinner switches to "inactive" state
2. The spinner posts *spinner_\(name\)_inactive* event
3. (Optional) If `idle_ms:` is defined, the spinner sets a timeout for idle_ms duration

5. (Optional) No switch hits occur and the idle delay timer expires
1. The spinner posts *spinner_\(name\)_idle* event
2. The spinner switches to "idle" state

## Optional settings

Expand Down

0 comments on commit 73e46cc

Please sign in to comment.