summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-27 12:25:51 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-27 13:19:49 +0200
commit3f3eb2347593aee2e09e9821dfe49daa33b63b35 (patch)
tree0dbbf29f8102305dd0f6e8cc350237f8e4e9d383 /README.md
parent9a4697a2c948a4bcb4a2232a371b6cb3c178e20b (diff)
downloadrules-rust-3f3eb2347593aee2e09e9821dfe49daa33b63b35.tar.gz
docs: Fix small typos
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. |