docs: Fixed typo (#921)

[ci skip]
This commit is contained in:
Sander van de Graaf 2019-05-22 08:37:42 +02:00 committed by Roman Hotsiy
parent f29a4fe2ee
commit 18590ccc60

View File

@ -165,7 +165,7 @@ Also you can pass options:
specUrl="http://rebilly.github.io/RebillyAPI/openapi.json" specUrl="http://rebilly.github.io/RebillyAPI/openapi.json"
options={{ options={{
nativeScrollbars: true, nativeScrollbars: true,
theme: { colors: { primary { main: '#dd5522' } } }, theme: { colors: { primary: { main: '#dd5522' } } },
}} }}
/> />
``` ```