Skip to content

Commit

Permalink
Fix typos (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleinen committed Jan 5, 2021
1 parent 655b215 commit 76810ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/guides/producer/functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Functions"
weight: 4
type: docs
description: >
Writing config functions to generated, transform, and validate resources.
Writing config functions to generate, transform, and validate resources.
---

## Functions Developer Guide
Expand All @@ -20,13 +20,13 @@ embedded in other systems. For example, functions could be:

- manually run locally
- automatically run locally as part of _make_, _mvn_, _go generate_, etc
- automatically run in CICD systems
- automatically run in CI/CD systems
- run by controllers as reconcile implementations

{{< svg src="images/fn" >}}

{{% pageinfo color="primary" %}}
Unlikely pure-templating and DSL approaches, functions must be able to both
Unlike pure-templating and DSL approaches, functions must be able to both
_read_ and _write_ resources, and specifically should be able to read resources
they have previously written -- updating the inputs rather generating new
resources.
Expand Down

0 comments on commit 76810ac

Please sign in to comment.