diff --git a/docs/src/snap/howto/epa.md b/docs/src/snap/howto/epa.md index df14dc792..64265c08d 100644 --- a/docs/src/snap/howto/epa.md +++ b/docs/src/snap/howto/epa.md @@ -205,7 +205,7 @@ virtual functions. ``` -* Now let’s enable DPDK, first by cloning the DPDK repo, and then placing the script that will bind the VFs to the VFIO-PCI driver in the location that will run automatically each time the system boots up, so the VFIO (Virtual Function I/O) bindings are applied consistently: +Now let’s enable DPDK, first by cloning the DPDK repo, and then placing the script that will bind the VFs to the VFIO-PCI driver in the location that will run automatically each time the system boots up, so the VFIO (Virtual Function I/O) bindings are applied consistently: ``` git clone https://github.com/DPDK/dpdk.git /home/ubuntu/dpdk