Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Oct 11, 2023
1 parent dafd22d commit 4a63c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/springboot/cloudevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func build -v --builder-image dashaun/builder:tiny
func deploy --build=false
```

> Note: This assumes that you are targetting a cluster that supports arm64 based images
> Note: This assumes that you are targeting a cluster that supports arm64 based images
> which would be the case if you ran a kind cluster on your local Mac system.

## Function invocation
Expand Down
2 changes: 1 addition & 1 deletion templates/springboot/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func build -v --builder-image dashaun/builder:tiny
func deploy --build=false
```

> Note: This assumes that you are targetting a cluster that supports arm64 based images
> Note: This assumes that you are targeting a cluster that supports arm64 based images
> which would be the case if you ran a kind cluster on your local Mac system.

## Function invocation
Expand Down

0 comments on commit 4a63c9a

Please sign in to comment.