Skip to content

Commit

Permalink
Improve heading readability
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Feb 18, 2024
1 parent b3a348c commit fb8ea21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>
</div>
<div id="check-radio" class="section">
<h2>
<pre>cy.get('input[type="radio"]').check()</pre>
<pre>cy.get('input[type="radio"]')<br>&nbsp;&nbsp;.check()</pre>
</h2>
<p>For radio input fields, you can also use the <code>.check()</code> command.</p>
<p>For example: <code>cy.get(input[type="radio"]).check()</code>.</p>
Expand Down

0 comments on commit fb8ea21

Please sign in to comment.