Skip to content

Commit

Permalink
Fix typos (#268)
Browse files Browse the repository at this point in the history
Fix some minor typos.
  • Loading branch information
alexandair authored Nov 25, 2024
1 parent fb3c834 commit bdb62b3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terminals are designed to work with a specific shell, while others can host mult
may also include advanced features such as:

- Ability to create multiple panes within a single window
- Ability to create multiple tabs to host multiple shells shells
- Ability to create multiple tabs to host multiple shells
- Ability to change color schemes and fonts
- Support for copy and paste operations

Expand All @@ -44,8 +44,8 @@ programming features. The following list contains some examples of general purpo

- [PowerShell][05]
- [Windows Command Shell][07]
- [bash][16] - popluar on Linux
- [zsh][13] - popluar on macOS
- [bash][16] - popular on Linux
- [zsh][13] - popular on macOS

## Utility command shells

Expand Down Expand Up @@ -76,7 +76,7 @@ programs.
- [Windows Commands][09] - a collection of command-line tools that are built into Windows.

In general, command-line tools don't provide a command shell (REPL) interface. The `netsh` command
in Windows is an exception, as it's both a command-line tool and a an interactive command shell.
in Windows is an exception, as it's both a command-line tool and an interactive command shell.

<!-- link references -->
[01]: ../overview.md
Expand Down

0 comments on commit bdb62b3

Please # to comment.