Skip to content

Commit 65a2098

Browse files
committed
docs(functions): Fix typo
1 parent 8cfa0a8 commit 65a2098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/functions/src/unwrap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const UNWRAP_DEFAULTS: Required<Omit<UnwrapOptions, 'watlas'>> = {
8585
*
8686
* // Generate a TEXCOORD_1 attribute for all primitives.
8787
* await document.transform(
88-
* unwrap({ watlas, texCoord: 1, overwrite: true, groupBy: 'scene' })
88+
* unwrap({ watlas, texcoord: 1, overwrite: true, groupBy: 'scene' })
8989
* );
9090
* ```
9191
*
@@ -169,7 +169,7 @@ export function unwrap(_options: UnwrapOptions): Transform {
169169
* // Generate a TEXCOORD_1 attribute for the specified primitives.
170170
* unwrapPrimitives(mesh.listPrimitives(), {
171171
* watlas,
172-
* texCoord: 1,
172+
* texcoord: 1,
173173
* overwrite: true
174174
* });
175175
* ```

0 commit comments

Comments
 (0)