Skip to content

Commit afcdcde

Browse files
author
Zbynek Roubalik
committed
review fixes
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
1 parent e3accfc commit afcdcde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[Demo Screencast]
1111

12-
function is a Client Library and CLI for enabling the development of implicitly deployed, platform agnostic code.
12+
`function` is a Client Library and CLI for enabling the development of implicitly deployed, platform agnostic code.
1313

1414
[Read the Documentation](docs/README.md)
1515

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var root = &cobra.Command{
2323
SilenceUsage: true, // no usage dump on error
2424
Long: `Mangage function projects.
2525
26-
Create, build and deploy functions as Knative Services.`,
26+
Create, build and deploy functions as Knative Services.`,
2727
}
2828

2929
// NewRootCmd is used to initialize faas as kn plugin

pkged.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/go/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to your new Go Function! The boilerplate function code can be found in
88
Develop new features by adding a test to [`handle_test.go`](handle_test.go) for
99
each feature, and confirm it works with `go test`.
1010

11-
Update the running analog of the funciton using the `function` CLI or client
11+
Update the running analog of the function using the `function` CLI or client
1212
library, and it can be invoked from your browser or from the command line:
1313

1414
```console

0 commit comments

Comments
 (0)