diff --git a/css-grid-3/Overview.bs b/css-grid-3/Overview.bs index ec6f66df1fe6..399e9eb08fb3 100644 --- a/css-grid-3/Overview.bs +++ b/css-grid-3/Overview.bs @@ -862,14 +862,14 @@ repeat(auto-areas) the final repetition is truncated as necessary to produce the correct number of tracks. - Note: Unlike ''repeat()/auto-fill''-- + Note: Unlike ''repeat()/auto-fit''-- which always repeats at least once and always repeats the track listing entirely-- the number of repetitions for ''repeat()/auto-areas'' can be zero (if there are already enough explicit tracks), and the final repetition can be partial. If 'grid-template-areas' / 'masonry-template-areas' is ''grid-template-areas/none'', - this value behaves as ''auto-fill''. + this value behaves as ''auto-fit''. Note: This value applies both to regular [=grid containers=] and to [=masonry containers=].