diff --git a/website/docs/d/virtual_machine.html.markdown b/website/docs/d/virtual_machine.html.markdown
index e0cf8c523..d402f0d94 100644
--- a/website/docs/d/virtual_machine.html.markdown
+++ b/website/docs/d/virtual_machine.html.markdown
@@ -114,7 +114,7 @@ The following attributes are exported:
* `unit_number` - The disk number on the storage bus.
* `network_interface_types` - The network interface types for each network
interface found on the virtual machine, in device bus order. Will be one of
- `e1000`, `e1000e`, `pcnet32`, `sriov`, `vmxnet2`, `vmxnet3vrdma` or `vmxnet3`.
+ `e1000`, `e1000e`, `pcnet32`, `sriov`, `vmxnet2`, `vmxnet3vrdma`, or `vmxnet3`.
* `network_interfaces` - Information about each of the network interfaces on this
virtual machine or template. These are sorted by device bus order so that they
can be applied to a `vsphere_virtual_machine` resource in the order the resource
@@ -124,7 +124,7 @@ The following attributes are exported:
The sub-attributes are:
* `adapter_type` - The network interface types for each network interface found
on the virtual machine, in device bus order. Will be one of `e1000`, `e1000e`,
- `vmxnet3vrdma` or `vmxnet3`.
+ `vmxnet3vrdma`, or `vmxnet3`.
* `bandwidth_limit` - The upper bandwidth limit of this network interface,
in Mbits/sec.
* `bandwidth_reservation` - The bandwidth reservation of this network interface,