Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 404c6aa

Browse files
authored
grammar fixes
1 parent 2917f3e commit 404c6aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nancy_run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ while true; do
2626
way, two runs are needed. If one needs to only collect query plans for each
2727
query group, a single run is enough. And finally, if there is a goal to find
2828
an optimal value for some PostgreSQL setting, multiple runs will be needed to
29-
check how various values of specified setting affect performance of specified
30-
database and workload.
29+
check how various values of the specified setting affect performance of the
30+
specified database and workload.
3131
3232
4 main parts of each run are:
3333
- environment: where it will happen, PostgreSQL version, etc;
@@ -154,7 +154,7 @@ while true; do
154154
155155
\033[1m--aws-keypair-name\033[22m (string)
156156
157-
THe name of key pair used on EC2 instance to allow accessing to it. Must
157+
The name of key pair used on EC2 instance to allow accessing to it. Must
158158
correspond to the value of the '--aws-ssh-key-path' option.
159159
160160
The option may be used only with '--run-on aws'.

0 commit comments

Comments
 (0)