Fix spelling

pull/1934/head
Andrew Watkins 2017-08-24 12:53:11 -07:00
parent 1045004284
commit e9dbdf2702
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const AxesOptions = ({
onClickTab={onSetScale(LINEAR)}
/>
<Tab
text="Logaritmic"
text="Logarithmic"
isActive={scale === LOG}
onClickTab={onSetScale(LOG)}
/>