Skip to content

Commit 2e85100

Browse files
committed
[site] fix a stray title
1 parent e98b603 commit 2e85100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/docs/configuration/specifying-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ While cross-compiling code, nextest's per-test overrides support filtering by ei
2222

2323
If `platform` is set to a string, then nextest will consider it to be the _target_ filter. For example, if the following is specified:
2424

25-
```toml title
25+
```toml
2626
[[profile.default.overrides]]
2727
platform = 'aarch64-apple-darwin'
2828
slow-timeout = "120s"

0 commit comments

Comments
 (0)