remove parens from type
authorZeke Sikelianos <zeke@sikelianos.com>
Thu, 23 Jun 2016 21:13:03 +0000 (14:13 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Thu, 23 Jun 2016 21:13:03 +0000 (14:13 -0700)
docs/api/browser-window.md

index 22b0124..169ab0f 100644 (file)
@@ -945,7 +945,7 @@ convey some sort of application status or to passively notify the user.
 
 ### `win.setHasShadow(hasShadow)` _macOS_
 
-* `hasShadow` (Boolean)
+* `hasShadow` Boolean
 
 Sets whether the window should have a shadow. On Windows and Linux does
 nothing.