Skip to content

Commit 82df85d

Browse files
authored
Add missing backticks pair in Linting page (#1307)
1 parent 273dce0 commit 82df85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/fundamentals/linting_and_formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ any output.
8383

8484
### Integration in CI
8585

86-
You can add deno fmt --check to your CI pipeline to automatically check for
86+
You can add `deno fmt --check` to your CI pipeline to automatically check for
8787
formatting issues. For example, in a GitHub Actions workflow:
8888

8989
```yaml

0 commit comments

Comments
 (0)