fix typo in docs

This commit is contained in:
Nathan Cahill
2019-04-05 16:42:24 -04:00
committed by GitHub
parent 071e8a0cc1
commit f1b976d4e4

View File

@@ -146,7 +146,7 @@ the first element will always load at at least `300px`, even if `25%` were small
Split(['#one', '#two'], { Split(['#one', '#two'], {
sizes: [25, 75], sizes: [25, 75],
minSize: [300, 100], minSize: [300, 100],
expanedToMin: true, expandToMin: true,
}) })
``` ```