Skip to content

Commit 4ce224a

Browse files
authored
Fix additional grammatical errors in check-whether-dockershim-removal-affects-you page
1 parent 63fb4cb commit 4ce224a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ dependency on Docker:
4040
1. Third-party tools that perform above mentioned privileged operations. See
4141
[Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents)
4242
for more information.
43-
1. Make sure there is no indirect dependencies on dockershim behavior.
43+
1. Make sure there are no indirect dependencies on dockershim behavior.
4444
This is an edge case and unlikely to affect your application. Some tooling may be configured
4545
to react to Docker-specific behaviors, for example, raise alert on specific metrics or search for
4646
a specific log message as part of troubleshooting instructions.
47-
If you have such tooling configured, test the behavior on test
47+
If you have such tooling configured, test the behavior on a test
4848
cluster before migration.
4949

5050
## Dependency on Docker explained {#role-of-dockershim}
@@ -74,7 +74,7 @@ before to check on these containers is no longer available.
7474

7575
You cannot get container information using `docker ps` or `docker inspect`
7676
commands. As you cannot list containers, you cannot get logs, stop containers,
77-
or execute something inside container using `docker exec`.
77+
or execute something inside a container using `docker exec`.
7878

7979
{{< note >}}
8080

0 commit comments

Comments
 (0)