Skip to content

Commit 96f49e9

Browse files
authored
Merge pull request basarat#599 from Seokky/master
Update styleguide.md
2 parents 104eeb8 + 1c4ed4a commit 96f49e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styleguide/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const foo: string = "hello";
253253
254254
## Array
255255

256-
* Annotate arrays as `foos:Foo[]` instead of `foos:Array<Foo>`.
256+
* Annotate arrays as `foos: Foo[]` instead of `foos: Array<Foo>`.
257257

258258
> 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 `[]`.
259259

0 commit comments

Comments
 (0)