summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cde19cc..7a8ae1e 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ host configuration.
| Field | Description |
| ----- | ----------- |
-| `"args"` | Additonal arguments to be passed when running the test. |
+| `"args"` | Additional arguments to be passed when running the test. |
| `"cargo_features"` | List of cargo features this test requires to be enabled. |
| `"crate_root"` | The crate to be fed to the Rust compiler. It must evaluate to a single artifact/file. |
| `"data"` | Any files and directories the test binary needs when running. |