Skip to content

Commit f2e1cac

Browse files
committed
Fix typo in docs
1 parent 14edc67 commit f2e1cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actions/compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
```{warning}
77
Due to the [handover of the Mono project](https://github.com/mono/mono/issues/21796), the `ubuntu-latest` github runner [does not currently include mono or nuget](https://github.com/actions/runner-images/issues/10636#issuecomment-2375010324).
88
9-
Please use the `ubuntu-22.04` runner image or install nuget yourself when `use-nuget-restore` is not `'true'`.
9+
Please use the `ubuntu-22.04` runner image or install nuget yourself when `use-nuget-restore` is `'true'`.
1010
1111
This does not affect projects that use `packagereference`
1212
```

0 commit comments

Comments
 (0)