Skip to content

Commit 5161cab

Browse files
rafaelcavalcanteKrzysztof Borowy
authored and
Krzysztof Borowy
committed
docs: adds missing colon (#280)
1 parent 36e9a12 commit 5161cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const USER_1 = {
112112
name: 'Tom',
113113
age: 20,
114114
traits: {
115-
hair: 'black'
115+
hair: 'black',
116116
eyes: 'blue'
117117
}
118118
}

0 commit comments

Comments
 (0)