Fixed typo

This commit is contained in:
Sander van de Graaf 2019-05-22 08:28:18 +02:00 committed by GitHub
parent f29a4fe2ee
commit 8d91eccc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' } } },
}} }}
/> />
``` ```