Skip to content

Commit

Permalink
wrong fence name
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 21, 2024
1 parent 4ca5df2 commit 797b60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/reference/scripts/parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The `parsers.DOCX` function reads a .docx file as raw text.
The `parsers.INI` parses [.ini](https://en.wikipedia.org/wiki/INI_file) files, typically
using for configuration files. This format is similar to the `key=value` format.

```env
```txt
KEY=VALUE
```

Expand All @@ -146,7 +146,7 @@ KEY=VALUE
The `parsers.dotEnv` parses [.env](https://www.dotenv.org/) files, typically
using for configuration files. This format is similar to the `key=value` format.

```env
```txt
KEY=VALUE
```

Expand Down

0 comments on commit 797b60b

Please sign in to comment.