Ver código fonte

Apply suggestions from code review

Co-authored-by: Konstantin BIFERT <hello@kissu.io>
Alvaro Saburido 2 anos atrás
pai
commit
da008bc763
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/examples/basic-animations.md

+ 1 - 1
docs/examples/basic-animations.md

@@ -10,7 +10,7 @@ We will build a simple scene with a cube. We will then animate the cube to rotat
 
 The `useRendererLoop` composable is the core of TresJS animations. It allows you to register a callback that will be called every time the renderer updates the scene with the browser's refresh rate.
 
-To see a detail explanation of how it works, refer to the [useRendererLoop](/composables/use-renderer-loop) documentation.
+To see a detailed explanation of how it works, please refer to the [useRendererLoop](/composables/use-renderer-loop) documentation.
 
 ```ts
 const { onLoop, resume } = useRenderLoop()