Skip to content

Commit

Permalink
s/pure text/plain text/
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Mar 27, 2024
1 parent 39b5843 commit 8c99e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Notable features:
- visibility control for recordings: unlisted (secret) or public,
- editable recording metadata like title or long description (Markdown),
- configurable terminal themes and font families,
- ability to download pure text version (`.txt`) of a recording.
- ability to download plain text version (`.txt`) of a recording.

Refer to [asciinema server docs](https://docs.asciinema.org/manual/server/) for
further details.
Expand Down
2 changes: 1 addition & 1 deletion lib/asciinema_web/controllers/recording/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<strong>.<%= filename_ext(@asciicast) %></strong> - original recording
</.link>
<.link href="#" class="dropdown-item" rel="nofollow" id="download-txt">
<strong>.txt</strong> - pure text version
<strong>.txt</strong> - plain text version
</.link>
<.link href="#" class="dropdown-item" data-toggle="modal" data-target="#gif-modal">
<strong>.gif</strong> - animated GIF
Expand Down

0 comments on commit 8c99e92

Please sign in to comment.