Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Oct 18, 2023
1 parent 420a999 commit 44b5237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/asciinema_web/controllers/live_stream/edit.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
/>
<.error form={f} field={:terminal_line_height} />
<small class="form-text text-muted">
Relative to font size. Lowering it ~1.1 helps with alignment of block characters like ▀ ▄ █
Relative to font size. Lowering it to ~1.1 helps with alignment of block characters like ▀ ▄ █
</small>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/asciinema_web/templates/recording/edit.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="col-sm-8 col-md-9 col-lg-9">
<%= text_input f, :terminal_line_height, class: "form-control", type: "number", min: 1, max: 2, step: "any", placeholder: "1.33333" %>
<%= error_tag f, :terminal_line_height %>
<small class="form-text text-muted">Relative to font size. Lowering it ~1.1 helps with alignment of block characters like ▀ ▄ █</small>
<small class="form-text text-muted">Relative to font size. Lowering it to ~1.1 helps with alignment of block characters like ▀ ▄ █</small>
</div>
</div>

Expand Down

0 comments on commit 44b5237

Please sign in to comment.