Skip to content

Commit

Permalink
spell check set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Webber committed Jan 2, 2024
1 parent dda358b commit 02c2c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fstring.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<h4 class="card-title">
<a href="#">字串格式</a>
</h4>
<textarea class="form-control" style="font-size: 20px" rows="2" id="template" autofocus>This is an {} examble, {}.</textarea>
<textarea class="form-control" style="font-size: 20px" rows="2" id="template" spellcheck="false" autofocus>This is an {} example, {}.</textarea>
</div>
</div>
</div>
Expand All @@ -100,7 +100,7 @@ <h4 class="card-title">
<h4 class="card-title">
<a href="#">填充資料</a>
</h4>
<textarea class="form-control" rows="4" id="paddingdata">a,b
<textarea class="form-control" rows="4" id="paddingdata" spellcheck="false">a,b
c,d
e,f</textarea>
</div>
Expand Down

0 comments on commit 02c2c66

Please sign in to comment.