Skip to content

Commit 41b0e47

Browse files
committed
fix(Docs): address some typos in the tutorial pages
This commit will fix a couple of typos I noticed while reading through the tutorials. Refs: #1863
1 parent 465ab02 commit 41b0e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/pages/full_screen_apps.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ A :class:`~prompt_toolkit.layout.processors.Processor` operates on individual
391391
lines. Basically, it takes a (formatted) line and produces a new (formatted)
392392
line.
393393

394-
Some build-in processors:
394+
Some built-in processors:
395395

396396
+----------------------------------------------------------------------------+-----------------------------------------------------------+
397397
| Processor | Usage: |

Diff for: docs/pages/progress_bars.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ printing text possible while the progress bar is displayed. This ensures that
237237
printing happens above the progress bar.
238238

239239
Further, when "x" is pressed, we set a cancel flag, which stops the progress.
240-
It would also be possible to send `SIGINT` to the mean thread, but that's not
240+
It would also be possible to send `SIGINT` to the main thread, but that's not
241241
always considered a clean way of cancelling something.
242242

243243
In the example above, we also display a toolbar at the bottom which shows the

0 commit comments

Comments
 (0)