Skip to content

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Apr 28, 2024
1 parent b22cb63 commit 5f0fa69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-docs/spec.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ components:
example: 1337
replicas:
type: number
description: The current minimal ammount of replicas
description: Desired amount of replicas
format: integer
example: 2
availableReplicas:
Expand Down
2 changes: 1 addition & 1 deletion gateway/types/readconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestRead_ScaleZeroDefaultAndOverride(t *testing.T) {
want = true

if config.ScaleFromZero != want {
t.Logf("ScaleFromZero was overriden - should be %v, got: %v", want, config.ScaleFromZero)
t.Logf("ScaleFromZero was overridden - should be %v, got: %v", want, config.ScaleFromZero)
t.Fail()
}

Expand Down

0 comments on commit 5f0fa69

Please sign in to comment.