Skip to content

Commit b7f8502

Browse files
committed
PR feedback
1 parent f95cc4d commit b7f8502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

technical-reports/format/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For example:
8888
- `$value.unit` may only be `"px"` or `"rem"`.
8989
- **px**: Represents an idealized pixel on the viewport. The equivalent in Android is `dp` and iOS is `pt`. Translation tools SHOULD therefore convert to these or other equivalent units as needed.
9090
- **rem**: Represents a multiple of the system's default font size (which MAY be configurable by the user). 1rem is 100% of the default font size. The equivalent of 1rem on Android is 16sp. Not all platforms have an equivalent to rem, so translation tools MAY need to do a lossy conversion to a fixed px size by assuming a default font size (usually 16px) for such platforms.
91-
- `$value.unit` is still requird even if `$value.value` is `0`.
91+
- `$value.unit` is still required even if `$value.value` is `0`.
9292

9393
## Font family
9494

0 commit comments

Comments
 (0)