Browse Source

docs: change useLoop title level (#893)

Co-authored-by: colinscz <19342760+colinscz@users.noreply.github.com>
menghan 3 days ago
parent
commit
76b1866cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/composables.md

+ 1 - 1
docs/api/composables.md

@@ -62,7 +62,7 @@ const context = useTresContext()
 | **advance** | a method to advance the render loop. This is only required if you set the `render-mode` prop to `manual`. |
 | **loop** | the renderer loop |
 
-### useLoop <Badge text="v4.0.0" />
+## useLoop <Badge text="v4.0.0" />
 
 This composable allows you to execute a callback on every rendered frame, similar to `useRenderLoop` but unique to each `TresCanvas` instance and with access to the [context](#usetrescontext).