Fix some spelling mistakes

This commit is contained in:
Aria Minaei 2021-06-18 14:32:01 +02:00
parent 553f118ab0
commit 0d2ae56519
12 changed files with 16 additions and 15 deletions

View file

@ -5,7 +5,7 @@ import type {
IProjectConfig,
} from '@theatre/core/projects/TheatreProject'
import TheatreProject from '@theatre/core/projects/TheatreProject'
import * as types from '@theatre/shared/src/propTypes'
import * as types from '@theatre/shared/propTypes'
import {InvalidArgumentError} from '@theatre/shared/utils/errors'
import {validateName} from '@theatre/shared/utils/sanitizers'
import userReadableTypeOfValue from '@theatre/shared/utils/userReadableTypeOfValue'

View file

@ -12,7 +12,7 @@ import type {
} from '@theatre/shared/utils/types'
import type {IDerivation, Pointer} from '@theatre/dataverse'
import {prism, val} from '@theatre/dataverse'
import type {PropTypeConfig_Compound} from '@theatre/shared/src/propTypes'
import type {PropTypeConfig_Compound} from '@theatre/shared/propTypes'
import type SheetObject from './SheetObject'
export interface ISheetObject<

View file

@ -9,7 +9,7 @@ import type {
PropTypeConfig,
PropTypeConfig_Compound,
PropTypeConfig_Enum,
} from '@theatre/shared/src/propTypes'
} from '@theatre/shared/propTypes'
const cachedDefaults = new WeakMap<PropTypeConfig, SerializableValue>()

View file

@ -2,7 +2,7 @@ import {privateAPI, setPrivateAPI} from '@theatre/shared/privateAPIs'
import type {IProject} from '@theatre/core/projects/TheatreProject'
import type TheatreSequence from '@theatre/core/sequences/TheatreSequence'
import type {ISequence} from '@theatre/core/sequences/TheatreSequence'
import type {PropTypeConfig_Compound} from '@theatre/shared/src/propTypes'
import type {PropTypeConfig_Compound} from '@theatre/shared/propTypes'
import type {ISheetObject} from '@theatre/core/sheetObjects/TheatreSheetObject'
import type Sheet from '@theatre/core/sheets/Sheet'
import type {SheetAddress} from '@theatre/shared/utils/addresses'