Fix spelling of glTF (#3123)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							fb7b2be427
						
					
				
				
					commit
					49fce9ed57
				
			@ -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' },
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ export default function Export() {
 | 
			
		||||
            >
 | 
			
		||||
              our open-source extension proposal
 | 
			
		||||
            </a>{' '}
 | 
			
		||||
            for the gLTF file format.{' '}
 | 
			
		||||
            for the glTF file format.{' '}
 | 
			
		||||
            <a
 | 
			
		||||
              href="https://zoo.dev/docs/api/convert-cad-file"
 | 
			
		||||
              rel="noopener noreferrer"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user