Browse Source

Update docs/examples/basic-animations.md

Co-authored-by: Konstantin BIFERT <hello@kissu.io>
Alvaro Saburido 2 years ago
parent
commit
bb5b208b11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/basic-animations.md

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

@@ -8,7 +8,7 @@ We will build a simple scene with a cube. We will then animate the cube to rotat
 
 
 ## useRendererLoop
 ## useRendererLoop
 
 
-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 refresh rate.
+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 detail explanation of how it works, refer to the [useRendererLoop](/composables/use-renderer-loop) documentation.