diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md
index 9b1f99a17..dbc941234 100644
--- a/website/source/docs/drivers/qemu.html.md
+++ b/website/source/docs/drivers/qemu.html.md
@@ -48,7 +48,7 @@ The `Qemu` driver will set the following client attributes:
* `driver.qemu` - Set to `1` if Qemu is found on the host node. Nomad determines
this by executing `qemu-system-x86_64 -version` on the host and parsing the output
-* `driver.qemu.version` - Version of `qemu-system-x86_64, ex: `2.4.0`
+* `driver.qemu.version` - Version of `qemu-system-x86_64`, ex: `2.4.0`
## Resource Isolation
@@ -59,4 +59,4 @@ better performance.
Virtualization provides the highest level of isolation for workloads that
require additional security, and resources use is constrained by the Qemu
hypervisor rather than the host kernel. VM network traffic still flows through
-the host's interface(s).
\ No newline at end of file
+the host's interface(s).