Fix typos in Project.ts

This commit is contained in:
Cole Lawrence 2022-07-08 07:57:35 -04:00
parent 707a27462d
commit 24ee1b3597

View file

@ -117,10 +117,10 @@ export default class Project {
if (!this._studio) { if (!this._studio) {
throw new Error( throw new Error(
`Argument config.state in Theatre.getProject("${id}", config) is empty. This is fine ` + `Argument config.state in Theatre.getProject("${id}", config) is empty. This is fine ` +
`while you are using @theatre/core along with @theatre/sutdio. But since @theatre/studio ` + `while you are using @theatre/core along with @theatre/studio. But since @theatre/studio ` +
`is not loaded, the state of project "${id}" will be empty.\n\n` + `is not loaded, the state of project "${id}" will be empty.\n\n` +
`To fix this, you need to add @theatre/studio into the bundle and export ` + `To fix this, you need to add @theatre/studio into the bundle and export ` +
`the projet's state. Learn how to do that at https://docs.theatrejs.com/in-depth/#exporting`, `the project's state. Learn how to do that at https://docs.theatrejs.com/in-depth/#exporting`,
) )
} }
}, 1000) }, 1000)