mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-12 07:50:34 +03:00
fix: courier misspelling (#409)
This commit is contained in:
parent
8df469f7de
commit
96fb7ce436
|
@ -36,7 +36,7 @@ const theme = {
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
fontSize: '13px',
|
fontSize: '13px',
|
||||||
fontFamily: 'Courirer, monospace',
|
fontFamily: 'Courier, monospace',
|
||||||
},
|
},
|
||||||
links: {
|
links: {
|
||||||
color: undefined, // by default main color
|
color: undefined, // by default main color
|
||||||
|
|
Loading…
Reference in New Issue
Block a user