Skip to content

Commit ce40647

Browse files
committed
Fix comments
1 parent 9d6dbbd commit ce40647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sequencer/src/sequencer/executor/Sequencer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export class Sequencer<Modules extends SequencerModulesRecord>
6666
* modules to start each
6767
*/
6868
public async start() {
69-
// The sequencer uses Tysringe to resolve modules (and their dependencies)
70-
// and then starts them. However, this can be problematic as although Tysringe may resolve
69+
// The sequencer uses tsyringe to resolve modules (and their dependencies)
70+
// and then starts them. However, this can be problematic as although tsyringe may resolve
7171
// dependencies, it doesn't actually start them. For example, a database may be created,
7272
// but the connection strings, etc, won't be constructed until it's started, and this may
7373
// cause an error if a module that relies on it is started first. The way to fix this is

0 commit comments

Comments
 (0)