mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix some small typos
This commit is contained in:
parent
a845f22988
commit
68cad8ab17
2 changed files with 3 additions and 3 deletions
|
@ -284,8 +284,8 @@ navigate to the definition of symbols in files.
|
||||||
<a name="watchexec"></a>
|
<a name="watchexec"></a>
|
||||||
### watchexec ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
### watchexec ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
||||||
|
|
||||||
`watchexec` is a file a directory watcher that can run commands in response to
|
`watchexec` is a file and directory watcher that can run commands in response to
|
||||||
file system changes. Handy for auto running tests or restarting a development
|
file-system changes. Handy for auto running tests or restarting a development
|
||||||
web server when source files change.
|
web server when source files change.
|
||||||
|
|
||||||
# run command on file change
|
# run command on file change
|
||||||
|
|
|
@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us
|
||||||
kind: article
|
kind: article
|
||||||
section: technical
|
section: technical
|
||||||
created_at: 2019-10-26T14:11:22+11:00
|
created_at: 2019-10-26T14:11:22+11:00
|
||||||
updated_at: 2019-10-27T09:16:36+11:00
|
updated_at: 2019-10-27T14:46:20+11:00
|
||||||
article_class: cli-tools
|
article_class: cli-tools
|
||||||
keywords:
|
keywords:
|
||||||
- cli
|
- cli
|
||||||
|
|
Loading…
Reference in a new issue