Fix typos (#972)

* Update twenty-twenty

Due to engine PR #1566

* Fix typos
This commit is contained in:
Adam Chalmers
2023-11-01 17:34:54 -05:00
committed by GitHub
parent 2e419907e6
commit fdbfd0c4b6
31 changed files with 32 additions and 24 deletions

View File

@ -664,7 +664,7 @@ export class EngineCommandManager {
},
})
// Inisialize the planes.
// Initialize the planes.
this.initPlanes().then(() => {
// We execute the code here to make sure if the stream was to
// restart in a session, we want to make sure to execute the code.
@ -887,7 +887,7 @@ export class EngineCommandManager {
}
endSession() {
// TODO: instead of sending a single command with `object_ids: Object.keys(this.artifactMap)`
// we need to loop over them each individualy because if the engine doesn't recognise a single
// we need to loop over them each individually because if the engine doesn't recognise a single
// id the whole command fails.
Object.entries(this.artifactMap).forEach(([id, artifact]) => {
const artifactTypesToDelete: ArtifactMap[string]['commandType'][] = [