Fix some spellings

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2022-06-28 18:45:33 -07:00
parent 88d5062fc9
commit b0580cdfc2
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ elif [ "$1" = "no_race_tests" ]; then
elif [ "$1" = "js_tests" ]; then
# Run JetStream non-clustere tests. By convention, all JS tests start
# Run JetStream non-clustered tests. By convention, all JS tests start
# with `TestJetStream`. We exclude the clustered and super-clustered
# tests by using the `skip_js_cluster_tests` and `skip_js_super_cluster_tests`
# build tags.