Skip to content

Commit 7670868

Browse files
authored
Capitalize first letter of a sentence (s/if/If/)
Example 2 has a sentence that starts out "if we call" (lowercase). This commit fixes that to start with a capital "I" in "If".
1 parent 01b98b8 commit 7670868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ This can change the set of <a>declared values</a> which requires the <a>cascade<
287287
of the property, which in the case of color is ''inherit''. Although there was a valid usable value
288288
(green), this was removed during parsing because it was superseded by the URL.
289289

290-
if we call:
290+
If we call:
291291

292292
<pre class='lang-javascript'>
293293
CSS.registerProperty({

0 commit comments

Comments
 (0)