Skip to content

Commit

Permalink
fix: too many backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed May 23, 2024
1 parent 3e32ee7 commit bce24bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ zcat translation.fr.json.gz \
--argfile src <(jq -R '{"src":.}' source.en) \
--argfile ref <(jq -R '{"ref":.}' reference.fr) \
'[., $src, $ref] | transpose | map(add) | .[]'
````
```

0 comments on commit bce24bb

Please sign in to comment.