Skip to content

Commit

Permalink
Fix typo in cli-usage.md (ddev#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconmeadow authored and rfay committed Jan 15, 2020
1 parent d7dbb85 commit 92876f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/cli-usage.md
Expand Up @@ -22,7 +22,7 @@ In addition to the *commands* listed above, there are loads and loads of tools i

* `ddev describe` tells how to access **mailhog**, which captures email in your development environment.
* `ddev describe` tells how to use the built-in **PHPMyAdmin**.
* Composer, git, node, npm, and dozens of other tools are installed in th web container, and you can access them via `ddev ssh` or `ddev exec`.
* Composer, git, node, npm, and dozens of other tools are installed in the web container, and you can access them via `ddev ssh` or `ddev exec`.
* `ddev logs` gets you webserver logs; `ddev logs -s db` gets dbserver logs.

## Quickstart Guides
Expand Down

0 comments on commit 92876f3

Please sign in to comment.