diff --git a/apps/studio/data/replication/rollback-tables-mutation.ts b/apps/studio/data/replication/rollback-tables-mutation.ts index c057baea7f..bc6454a6c6 100644 --- a/apps/studio/data/replication/rollback-tables-mutation.ts +++ b/apps/studio/data/replication/rollback-tables-mutation.ts @@ -54,7 +54,7 @@ async function rollbackTables( ) if (error) handleError(error) - // Logic for starting the pipeline back up after a successfull rollback + // Logic for starting the pipeline back up after a successful rollback if (pipelineStatusName) { const shouldStartPipelineAfterRollback = [ PipelineStatusName.STOPPED,