Skip to content

Commit

Permalink
docs: "envirnoments" typo (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jun 27, 2024
1 parent 9181c1a commit 2b2324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/tutorial/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Luckily with Jsonnet we can split our configuration into smaller, self-contained
Let's start by creating a new function in `main.jsonnet` responsible for creating a Grafana deployment:

```diff lang="jsonnet"
// envirnoments/default/main.jsonnet
// environments/default/main.jsonnet
local grafana() = {
deployment: {
apiVersion: 'apps/v1',
Expand Down

0 comments on commit 2b2324d

Please sign in to comment.