Skip to content

Commit c09604c

Browse files
committed
documentation - spell check and miscpelled words
* add index to documentation, its too large, WARNING: the index doe snot work with raito, only external anchors
1 parent b8b19af commit c09604c

3 files changed

Lines changed: 180 additions & 89 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library that aims to give unified GUI functions using frontends for dialogs boxe
1616

1717
#### Backends environments GUI
1818

19-
EBG implements differents dialogs boxes! You don't have to worry about what
19+
EBG implements different dialogs boxes! You don't have to worry about what
2020
environment you are running the script in, as **EasyBashGUI** will handle this
2121
transparently, based on the availability of the backends (frontends).
2222

@@ -32,17 +32,17 @@ transparently, based on the availability of the backends (frontends).
3232

3333
![](docs/easybasguidialogs.jpeg)
3434

35-
#### Compatibilty and runtime
35+
#### Compatibility and runtime
3636

3737
EBG is coded in `bash`, and uses most of `coreutils` commands, but it may work in
38-
any other env, becouse those are just used internally.
38+
any other environment, because those are just used internally.
3939

4040
## Components
4141

4242
EBG is fully modular:
4343

44-
* `easybashgui` a launcher that will be the endpoint sourcered in your scripts
45-
* `easybashgui-debug` that toggles some debug options managed by the previus component
44+
* `easybashgui` a launcher that will be the endpoint sourced in your scripts
45+
* `easybashgui-debug` that toggles some debug options managed by the previous component
4646
* `easybashgui.lib` that managed the backends, called as widget library
4747
* `easydialog-legacy` stand-alone to create dialog boxes externally (as old nowadays)
4848
* `easybashlib` used for for optional functions like cleaning temporally working dir

0 commit comments

Comments
 (0)