You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/orchestrator/app/validator.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import (
9
9
)
10
10
11
11
// ValidateBricks checks that all bricks referenced in the given AppDescriptor exist in the provided BricksIndex,
12
-
// It collects and returns all validatio errors as a single joined error, allowing the caller to see all issues at once rather than stopping at the first error.
12
+
// It collects and returns all validation errors as a single joined error, allowing the caller to see all issues at once rather than stopping at the first error.
13
13
// If the index or the app is nil, validation is skipped and nil is returned.
0 commit comments