Skip to content

Commit

Permalink
[site] fix a stray title
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 8, 2024
1 parent e98b603 commit 2e85100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/docs/configuration/specifying-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ While cross-compiling code, nextest's per-test overrides support filtering by ei

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

```toml title
```toml
[[profile.default.overrides]]
platform = 'aarch64-apple-darwin'
slow-timeout = "120s"
Expand Down

0 comments on commit 2e85100

Please sign in to comment.