Skip to content

Commit

Permalink
Update docs/src/content/docs/tutorial/abstraction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Horst Gutmann <[email protected]>
  • Loading branch information
Elfo404 and zerok authored Jun 11, 2024
1 parent 684f57f commit 74648bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/tutorial/abstraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ not have to use it, it distinguishes helper code from actual configuration.
}
```

The file should contain an object with just the same function that was defined under the `grafana` in `/environments/default/main.jsonnet`, but called `new` instead of `grafana`.
The file should contain an object with the same function that was defined under the `grafana` in `/environments/default/main.jsonnet`, but called `new` instead of `grafana`.
Do the same for `/environments/default/prometheus.libsonnet` as well.

```jsonnet
Expand Down

0 comments on commit 74648bf

Please sign in to comment.