diff --git a/README.md b/README.md index 6f0c87e..a06e932 100644 --- a/README.md +++ b/README.md @@ -469,7 +469,7 @@ pause_key = p ; default: . (dot) step_key = s -; Define hotkey for jumping to next breakpoint, +; Define hotkey for jumping to the next breakpoint, ; default: ] next_breakpoint_key = b diff --git a/asciinema/pty_.py b/asciinema/pty_.py index 00e813b..6111872 100644 --- a/asciinema/pty_.py +++ b/asciinema/pty_.py @@ -77,7 +77,7 @@ def record( elif data == add_breakpoint_key: assert start_time is not None writer.write_breakpoint(time.time() - start_time) - notify("Added breakpoint") + notify("Breakpoint added") return diff --git a/doc/asciicast-v2.md b/doc/asciicast-v2.md index 961c163..97575dd 100644 --- a/doc/asciicast-v2.md +++ b/doc/asciicast-v2.md @@ -174,7 +174,7 @@ functionality of the player is enabled, the playback should pause, and wait for the user to resume. `event-data` can be used to annotate (comment) a breakpoint. Annotations may be -used to e.g. show a list of "chapters". +used to e.g. show a list of named "chapters". ## Notes on compatibility