Skip to content

Commit

Permalink
docs: minor adjustments in provider docs (#12)
Browse files Browse the repository at this point in the history
* docs: minor adjustments in provider docs

Signed-off-by: Kim Oliver Drechsel <[email protected]>
  • Loading branch information
kimdre authored Jun 14, 2024
1 parent f695c07 commit 9f47c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export BAR=BAZ
FOO=BAR # comments at line end are OK too
```
You can also do a YAML(ish) style:
```yaml
```yml
FOO: bar
BAR: baz
```
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (p *DotenvProvider) Schema(ctx context.Context, req provider.SchemaRequest,
"FOO=BAR # comments at line end are OK too\n" +
"```\n" +
"You can also do a YAML(ish) style:\n" +
"```yaml \n" +
"```yml \n" +
"FOO: bar\n" +
"BAR: baz\n" +
"```",
Expand Down

0 comments on commit 9f47c05

Please sign in to comment.