There was an error while loading. Please reload this page.
2 parents 104eeb8 + 1c4ed4a commit 96f49e9Copy full SHA for 96f49e9
docs/styleguide/styleguide.md
@@ -253,7 +253,7 @@ const foo: string = "hello";
253
254
## Array
255
256
-* Annotate arrays as `foos:Foo[]` instead of `foos:Array<Foo>`.
+* Annotate arrays as `foos: Foo[]` instead of `foos: Array<Foo>`.
257
258
> Reasons: It's easier to read. It's used by the TypeScript team. Makes easier to know something is an array as the mind is trained to detect `[]`.
259
0 commit comments