Skip to content

Commit

Permalink
chore(concepts): address spelling feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Phelps <[email protected]>
  • Loading branch information
GeorgeMac and markphelps authored Oct 13, 2023
1 parent bc66b87 commit 67bd2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/site/pages/concepts/controllers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Head to [Configuration: Controller: Template](/configuration/controllers#templat
### WASM Controller

The WASM controller leverages the [Wazero](https://wazero.io/) runtime for Go to support implementing Controllers in the language of your choice.
WASM binary implementations should expose a command-line interfaces with a number of subcommands.
WASM binary implementations should expose a command-line interface with a number of subcommands.

<Callout emoji="💡">
Checkout the [Flipt Controller](https://github.com/flipt-io/cup/blob/53f1aa7cfb90c3a11aecf62eb8d1b726623a37cd/ext/controllers/flipt.io/v1alpha1/cmd/flipt/main.go#L27-L32) we have implemented in Go. This is compiled to WASM so that we can managed features flags as configuration via Cup.
Expand Down
2 changes: 1 addition & 1 deletion docs/site/pages/concepts/definitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to learn how they can be configured.
</Callout>

Resource definitions describe the schema for the different resource kinds available in a Cup instance.
When you interact with the Cup API, you do so through the various resource definition configured.
When you interact with the Cup API, you do so through the various configured resource definitions.

A Cup resource is comprised of a few components to build the entire definition.
These components and concepts are taken directly from Kubernetes and its custom resource definitions (CRD).
Expand Down

0 comments on commit 67bd2b9

Please sign in to comment.