Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Nov 6, 2018
1 parent c74e26f commit cfc930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid-template-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { parse, combine, getSizeAtTrack } from 'grid-template-utils'
},
]

> combine('1fr 10px 1fr', { 1: { value: '20px' } })
> combine('1fr 10px 1fr', [,{ value: '20px' }])
'1fr 20px 1fr'


Expand Down

0 comments on commit cfc930c

Please sign in to comment.