Skip to content

Commit 26dd053

Browse files
committed
Fix broken code block
Signed-off-by: Pablo Chacin <[email protected]>
1 parent 4f7ac42 commit 26dd053

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/data/markdown/docs/40 xk6-disruptor/03 API/03 ServiceDisruptor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export default function () {
4343
```
4444

4545
<Blockquote mod="note">
46-
> You can test this script by creating first a pod running nginx and exposing it as a service with the commands below, assuming you have [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) installed in your environment:
46+
47+
You can test this script by creating first a pod running nginx and exposing it as a service with the commands below, assuming you have [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) installed in your environment:
48+
4749
```bash
4850
> kubectl run nginx --image=nginx
4951
> kubectl expose pod nginx --port 80

0 commit comments

Comments
 (0)