Skip to content

Commit

Permalink
Merge pull request #1000 from yibuyisheng/master
Browse files Browse the repository at this point in the history
remove `will`
  • Loading branch information
kevinsawicki committed Jan 12, 2015
2 parents c8ed581 + 6a53229 commit 1a80bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/web-view-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `src` attribute can also accept data URLs, such as
<webview src="https://www.github.com/" autosize="on" minwidth="576" minheight="432"></webview>
```

If "on", the `webview` will container will automatically resize within the
If "on", the `webview` container will automatically resize within the
bounds specified by the attributes `minwidth`, `minheight`, `maxwidth`, and
`maxheight`. These contraints do not impact the `webview` UNLESS `autosize` is
enabled. When `autosize` is enabled, the `webview` container size cannot be less
Expand Down

0 comments on commit 1a80bc7

Please sign in to comment.