Skip to content

Commit 0238957

Browse files
authored
Merge pull request #45852 from dev-johnn/mark-as-code
Utilize code style for inline command in "included/verify-kubectl.md"
2 parents 315cd73 + 777987a commit 0238957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The connection to the server <server-name:port> was refused - did you specify th
3333
For example, if you are intending to run a Kubernetes cluster on your laptop (locally),
3434
you will need a tool like [Minikube](https://minikube.sigs.k8s.io/docs/start/) to be installed first and then re-run the commands stated above.
3535

36-
If kubectl cluster-info returns the url response but you can't access your cluster,
36+
If `kubectl cluster-info` returns the url response but you can't access your cluster,
3737
to check whether it is configured properly, use:
3838

3939
```shell

0 commit comments

Comments
 (0)