Skip to content

Commit 81cc62a

Browse files
committed
[css-typed-om] Fix typo (expressions->expresses) and punctuation (. -> ;).
1 parent 6d7db8f commit 81cc62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,8 +2498,8 @@ interface CSSPositionValue : CSSStyleValue {
24982498
};
24992499
</pre>
25002500

2501-
The {{CSSPositionValue/x}} attribute expresses the offset from the left edge of the container.
2502-
{{CSSPositionValue/y}} expressions the offset from the top edge of the container.
2501+
The {{CSSPositionValue/x}} attribute expresses the offset from the left edge of the container;
2502+
{{CSSPositionValue/y}} expresses the offset from the top edge of the container.
25032503

25042504
<div algorithm>
25052505
The <dfn constructor for=CSSPositionValue>CSSPositionValue(|x|, |y|)</dfn> constructor must,

0 commit comments

Comments
 (0)