Skip to content

Commit 289e6af

Browse files
committed
fix: correct typo in comment for BrickCreate function to enhance clarity
1 parent a8c8314 commit 289e6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricks/bricks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (s *Service) BrickCreate(
290290
for _, brickVar := range brick.Variables {
291291
if brickVar.DefaultValue == "" {
292292
if _, exist := req.Variables[brickVar.Name]; !exist {
293-
// PATCH: to allow the AppLab to add a brick to a app created from scratch becasue currently
293+
// PATCH: to allow the AppLab to add a brick to a app created from scratch because currently
294294
// the FE does not send the required variables in the request.
295295
slog.Warn("[Skip] variable has no default value and it is not set by user", "variable", brickVar.Name)
296296
}

0 commit comments

Comments
 (0)