diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md
index d0b574539eb1..728fbc2d5d9a 100644
--- a/docs/api/web-view-tag.md
+++ b/docs/api/web-view-tag.md
@@ -50,7 +50,7 @@ and displays a "loading..." message during the load time:
### src
```html
-
+
```
Returns the visible URL. Writing to this attribute initiates top-level
@@ -64,7 +64,7 @@ The `src` attribute can also accept data URLs, such as
### autosize
```html
-
+
```
If "on", the `webview` will container will automatically resize within the
@@ -82,6 +82,14 @@ than the minimum values or greater than the maximum.
If "on", the guest page in `webview` will have node integration and can use node
APIs like `require` and `process` to access low level system resources.
+### plugins
+
+```html
+
+```
+
+If "on", the guest page in `webview` will be able to use browser plugins.
+
## Methods
### ``.getUrl()