[css-flexbox] typo in flex algorithm?

In https://drafts.csswg.org/css-flexbox-1/#remaining-free-space
it says:
"If the sum of the unfrozen flex items’ flex factors is less than one,
multiply the initial free space by this sum"

Should "flex factors" be "flex-grow factors"? Or does this use
grow/shrink depending on what is being used? Wondering if using the
shrink factor here makes much sense...

Christian

Received on Tuesday, 22 September 2015 20:57:47 UTC