Merge pull request #7340 from tinydew4/fix-link
Fix broken link in original docs
This commit is contained in:
commit
9828926002
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ of argument is notated by either the common types:
|
||||||
* [`Object`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)
|
* [`Object`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)
|
||||||
* [`Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
|
* [`Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
|
||||||
* [`Boolean`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)
|
* [`Boolean`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)
|
||||||
* Or a custom type like Electron's [`WebContent`](api/web-content.md)
|
* Or a custom type like Electron's [`WebContent`](api/web-contents.md)
|
||||||
|
|
||||||
If an argument or a method is unique to certain platforms, those platforms are
|
If an argument or a method is unique to certain platforms, those platforms are
|
||||||
denoted using a space-delimited italicized list following the datatype. Values
|
denoted using a space-delimited italicized list following the datatype. Values
|
||||||
|
|
Loading…
Reference in a new issue