diff --git a/src/lib/commandBarConfigs/modelingCommandConfig.ts b/src/lib/commandBarConfigs/modelingCommandConfig.ts index 4454f37bf..96ab7c3a0 100644 --- a/src/lib/commandBarConfigs/modelingCommandConfig.ts +++ b/src/lib/commandBarConfigs/modelingCommandConfig.ts @@ -96,7 +96,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< defaultValue: 'gltf', required: true, options: [ - { name: 'gLTF', isCurrent: true, value: 'gltf' }, + { name: 'glTF', isCurrent: true, value: 'gltf' }, { name: 'OBJ', isCurrent: false, value: 'obj' }, { name: 'STL', isCurrent: false, value: 'stl' }, { name: 'STEP', isCurrent: false, value: 'step' }, diff --git a/src/routes/Onboarding/Export.tsx b/src/routes/Onboarding/Export.tsx index 834777e45..ef2cd802a 100644 --- a/src/routes/Onboarding/Export.tsx +++ b/src/routes/Onboarding/Export.tsx @@ -31,7 +31,7 @@ export default function Export() { > our open-source extension proposal {' '} - for the gLTF file format.{' '} + for the glTF file format.{' '}