We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5e251 commit 49f14a6Copy full SHA for 49f14a6
src/validate/validate_projection-mode.ts
@@ -2,7 +2,7 @@ import ValidationError from '../error/validation_error';
2
import getType from '../util/get_type';
3
import v8 from '../reference/v8.json' with {type: 'json'};
4
import {ProjectionType, StyleSpecification} from '../types.g';
5
-import {isPrimitiveProjection, isProjectionTransition, isProjectionTyp} from '../util/projection';
+import {isPrimitiveProjection, isProjectionTransition, isProjectionType} from '../util/projection';
6
7
interface ValidateProjectionOptions {
8
sourceName?: string;
0 commit comments