Skip to content

Commit 4c17933

Browse files
authored
small grammar fix in testscript README (#533)
## Summary ## How was it tested?
1 parent 76a2d23 commit 4c17933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testscripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ For details on how to write these types of files see:
77
+ https://bitfieldconsulting.com/golang/test-scripts
88
+ https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript
99

10-
In addition to the standard testscript commands, we've also support running devbox
10+
In addition to the standard testscript commands, we also support running devbox
1111
commands. Examples include:
1212
+ `devbox init`
1313
+ `devbox add <pkg>`
1414
+ ...
1515

1616
We've also added some handy comparison functions
1717
+ `path.len <number>`: verifies that the PATH environment variable has the given number of entries
18-
+ `json.superset <superset.json> <subset.json>`: verifies that `superset.json` has all the keys and values present in `subset.json`
18+
+ `json.superset <superset.json> <subset.json>`: verifies that `superset.json` has all the keys and values present in `subset.json`

0 commit comments

Comments
 (0)