Преглед на файлове

Update docs/composables/use-pbr-texture.md

Co-authored-by: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
Alvaro Saburido преди 5 месеца
родител
ревизия
83ca77e317
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/composables/use-pbr-texture.md

+ 1 - 1
docs/composables/use-pbr-texture.md

@@ -116,7 +116,7 @@ const { data: textures, isLoading, error } = usePBRTexture(
 
 ### With Suspense
 
-When using with Suspense, you must use the await pattern:
+When using Suspense, you must use the await pattern:
 
 ```vue
 <template>