diff --git a/doc/VHOST.md b/doc/VHOST.md
index 71807988e..d068cbc59 100644
--- a/doc/VHOST.md
+++ b/doc/VHOST.md
@@ -37,7 +37,7 @@ It's based on a cient(s)/server model, meaning that one server can handle multip
## How to use it
* `pg_vhost_start("/tmp", &error)`: start the vhost driver and setup the socket's folder.
-* `pg_vhost_new("vhost-0", flags, &error);`: create the brick. The socket will be named `qemu-vhost-0`. Here are some flags availables:
+* `pg_vhost_new("vhost-0", flags, &error);`: create the brick.
The socket will be named `qemu-vhost-0`.
Here are some flags availables:
* `PG_VHOST_USER_CLIENT`
* `PG_VHOST_USER_DEQUEUE_ZERO_COPY`