File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ This shape would create create in the first 10 seconds 10 User of ``UserA``. In
101
101
Reusing command line parameters in custom shapes
102
102
------------------------------------------------
103
103
104
- By default, using a custom shape will disable default run paramaters (in both the CLI and the Web UI):
104
+ By default, using a custom shape will disable default run parameters (in both the CLI and the Web UI):
105
105
- `--run-time ` (providing this one with a custom shape will make locust to bail out)
106
106
- `--spawn-rate `
107
107
- `--users `
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ def ensure_user_class_name(config):
394
394
395
395
environment .update_user_class (user_config )
396
396
except Exception as e :
397
- logger .error (f"The --config-users arugment must be in valid JSON string or file: { e } " )
397
+ logger .error (f"The --config-users argument must be in valid JSON string or file: { e } " )
398
398
sys .exit (- 1 )
399
399
400
400
if (
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default function useSortByField<Row>(
55
55
56
56
if ( sortField === currentSortField . current ) {
57
57
if ( shouldReverse ) {
58
- // reset to intial state on 3rd click
58
+ // reset to initial state on 3rd click
59
59
setShouldReverse ( false ) ;
60
60
currentSortField . current = undefined ;
61
61
sortStats ( defaultSortKey ) ;
You can’t perform that action at this time.
0 commit comments