File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ in the following two places:
1919- First, there was the focus which was always pointing to a
2020 :class: `~prompt_toolkit.buffer.Buffer ` (or text input widget), but in full
2121 screen applications there are other widgets, like menus and buttons which
22- can be focussed .
22+ can be focused .
2323- And secondly, it was impossible to make reusable UI components. All the key
2424 bindings for the entire applications were stored together in one
2525 ``KeyBindings `` object, and similar, all
@@ -45,7 +45,7 @@ full screen applications. These are the most important:
4545 Pygments tokens were not ideal for styling anything besides tokenized text.
4646
4747 Instead we created something similar to CSS. All UI components can attach
48- classnames to themself , as well as define an inline style. The final style is
48+ classnames to themselves , as well as define an inline style. The final style is
4949 then computed by combining the inline styles, the classnames and the style
5050 sheet.
5151
You can’t perform that action at this time.
0 commit comments