[css-grid-layout] typo in shorthand definition

There seems to be a typo in the definition of the gird-row and grid-column  
shorthands. The spec says:

     The ‘grid-row’ and ‘grid-column’ properties are shorthands for  
‘grid-row-start/after’
     and ‘grid-column-start/end’, respectively.

It should say:

     The ‘grid-row’ and ‘grid-column’ properties are shorthands for  
‘grid-row-start/end’
     and ‘grid-column-start/end’, respectively.

  - Florian

Received on Tuesday, 11 June 2013 16:36:30 UTC