Skip to content

Commit

Permalink
Set language in doc's code
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 21, 2019
1 parent 62a7fcf commit 6868ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/content/usage/processors/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ forward: Forward log output to the next processor

Example

```
```json
{
"name": "job_name",
"command": "echo 'Hello files'",
Expand Down
2 changes: 1 addition & 1 deletion website/content/usage/processors/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Parameters

Example

```
```json
{
"name": "job_name",
"command": "echo 'Hello log'",
Expand Down
2 changes: 1 addition & 1 deletion website/content/usage/processors/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Parameters

Example

```
```json
{
"name": "job_name",
"command": "echo 'Hello syslog'",
Expand Down

0 comments on commit 6868ce4

Please sign in to comment.