Skip to content

Commit

Permalink
chore: spelling fix (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Nov 20, 2024
1 parent 51d3c55 commit 7fc4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/provisioner/dev_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewDevProvisioner(postgresPort int) *InMemProvisioner {
dbName := strcase.ToLowerCamel(module) + "_" + strcase.ToLowerCamel(id)

if postgresDSN == "" {
// We assume that the DB hsas already been started when running in dev mode
// We assume that the DB has already been started when running in dev mode
pdsn, err := dev.WaitForDBReady(ctx, postgresPort)
if err != nil {
return nil, fmt.Errorf("failed to wait for postgres to be ready: %w", err)
Expand Down

0 comments on commit 7fc4497

Please sign in to comment.