Skip to content

Commit

Permalink
docs(extensions): Fix typo in Draco docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Nov 14, 2024
1 parent 0bb0020 commit bb1aa2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class KHRDracoMeshCompression extends Extension {

/**
* Compression method. `EncoderMethod.EDGEBREAKER` usually provides a higher compression ratio,
* while `EncoderMethod.SEQUENTIAL` better preserves original verter order.
* while `EncoderMethod.SEQUENTIAL` better preserves original vertex order.
*/
public static readonly EncoderMethod = EncoderMethod;

Expand Down

0 comments on commit bb1aa2e

Please sign in to comment.