Skip to content

Commit a67318a

Browse files
authored
docs: fix FBXLoader naming in loading-models (#3745)
1 parent 9c772a2 commit a67318a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/loading-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import { useLoader } from '@react-three/fiber'
126126
import { FBXLoader } from 'three/addons/loaders/FBXLoader.js'
127127
```
128128

129-
To create our scene we can get the FBX as a return value of the useLoader by passing the `FBXloader` and the location of our file like so:
129+
To create our scene we can get the FBX as a return value of `useLoader` by passing `FBXLoader` and the location of our file like so:
130130

131131
```jsx
132132
function Scene() {

0 commit comments

Comments
 (0)