Skip to content

Commit 70dfaa1

Browse files
committed
s/screenreaders/screen readers
1 parent 4996adb commit 70dfaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ <h4>Requires custom widths</h4>
12681268
</div>
12691269
<div class="bs-callout bs-callout-danger">
12701270
<h4>Always add labels</h4>
1271-
<p>Screenreaders will have trouble with your forms if you don't include a label for every input. For this inline forms, you can hide the labels using the <code>.sr-only</code> class.</p>
1271+
<p>Screen readers will have trouble with your forms if you don't include a label for every input. For this inline forms, you can hide the labels using the <code>.sr-only</code> class.</p>
12721272
</div>
12731273
<form class="bs-example form-inline">
12741274
<label class="sr-only" for="exampleInputEmail">Email address</label>

0 commit comments

Comments
 (0)