Skip to content

Commit 9d1b01a

Browse files
authored
Fixing typos
1 parent c7d1ce8 commit 9d1b01a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/tko/session-2/code_to_python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Verify that the deployment and services are running:
297297
``` bash
298298
kubectl get deployments
299299
```
300-
{{% /tab %}}{{% tabe name="kubectl get deployments output" %}}
300+
{{% /tab %}}{{% tab name="kubectl get deployments output" %}}
301301

302302
``` text
303303
NAME READY UP-TO-DATE AVAILABLE AGE
@@ -311,7 +311,7 @@ review 1/1 1 1
311311
kubectl get services
312312
```
313313

314-
{{% /tab %}}{{% tabe name="kubectl get services output" %}}
314+
{{% /tab %}}{{% tab name="kubectl get services output" %}}
315315

316316
``` text
317317
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
@@ -327,7 +327,7 @@ review NodePort 10.43.175.21 <none> 5000:30000/
327327
curl localhost:30000
328328
```
329329

330-
{{% /tab %}}{{% tabe name="curl localhost Output" %}}
330+
{{% /tab %}}{{% tab name="curl localhost Output" %}}
331331

332332
``` text
333333
{
@@ -342,7 +342,7 @@ curl localhost:30000
342342
``` bash
343343
curl localhost:30000/get_review
344344
```
345-
{{% /tab %}}{{% tabe name="get review Output" %}}
345+
{{% /tab %}}{{% tab name="get review Output" %}}
346346

347347

348348
``` text

0 commit comments

Comments
 (0)