From 74e03d285e8879a08eb60169a929eaba37e79c1e Mon Sep 17 00:00:00 2001 From: arus Date: Sun, 25 Sep 2016 16:13:34 +0900 Subject: [PATCH] Fix broken link --- docs/styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styleguide.md b/docs/styleguide.md index 863179227733..74c943766add 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -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) * [`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) -* 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 denoted using a space-delimited italicized list following the datatype. Values