Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
Zbynek Roubalik committed Nov 6, 2020
1 parent c5524c5 commit 1d2fa32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[Demo Screencast]

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

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

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var root = &cobra.Command{
SilenceUsage: true, // no usage dump on error
Long: `Mangage function projects.
Create, build and deploy functions as Knative Services.`,
Create, build and deploy functions as Knative Services.`,
}

// NewRootCmd is used to initialize faas as kn plugin
Expand Down
2 changes: 1 addition & 1 deletion pkged.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/go/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to your new Go Function! The boilerplate function code can be found in
Develop new features by adding a test to [`handle_test.go`](handle_test.go) for
each feature, and confirm it works with `go test`.

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

```console
Expand Down

0 comments on commit 1d2fa32

Please sign in to comment.