Skip to content

Commit b4cd641

Browse files
authored
manual fix until release (#587)
1 parent 6050ba9 commit b4cd641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docker-images/pingdirectory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can view the Docker logs with the command:
103103
You should see the ouptut from a PingDirectory install and configuration, ending with a message the the PingDirectory has started. After it starts, you will see some typical access logs. Simply ``Ctrl-C`` after to stop tailing the logs.
104104

105105
## Running a sample 100/sec search rate test
106-
With the PingDirectory running from the previous section, you can run a ``searchrate`` job that will send load to the directory at a rate if 100/sec using the following command.
106+
With the PingDirectory running from the previous section, you can run a ``searchrate`` job that will send load to the directory at a rate of 100/sec using the following command.
107107

108108
```
109109
docker exec -it pingdirectory \

docs/docker-images/pingdirectoryproxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can view the Docker logs with the command:
9292
You should see the output from a PingDirectoryProxy install and configuration, ending with a message the the PingDirectoryProxy has started. After it starts, you will see some typical access logs. Simply ``Ctrl-C`` after to stop tailing the logs.
9393

9494
## Running a sample 100/sec search rate test
95-
With the PingDirectoryProxy running from the previous section, you can run a ``searchrate`` job that will send load to the directory at a rate if 100/sec using the following command.
95+
With the PingDirectoryProxy running from the previous section, you can run a ``searchrate`` job that will send load to the directory at a rate of 100/sec using the following command.
9696

9797
```
9898
docker exec -it pingdirectoryproxy \

0 commit comments

Comments
 (0)