Skip to content

Commit

Permalink
inline-environments-doc: fix typo with a -> as (#911)
Browse files Browse the repository at this point in the history
Came across small typo when reading docs. I imagine this should read `as simple as` instead of `a simple as`.
  • Loading branch information
zzehring authored Aug 18, 2023
1 parent 2238ad2 commit 253c0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/inline-environments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The original files look like this:
}
```

Converting is a simple as bringing in the `spec.json` into `main.jsonnet` and
Converting is as simple as bringing in the `spec.json` into `main.jsonnet` and
moving the original `main.jsonnet` scope into the `data:` element.

```jsonnet
Expand Down

0 comments on commit 253c0f2

Please sign in to comment.