diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-11-10 23:45:13 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-11-11 00:15:27 -0700 |
| commit | 843d8bde649ea10d33270e4925d87a0786815aac (patch) | |
| tree | 501e8d7686347d2ede9bb42ecf326498c2e13ec9 /docs | |
| parent | de9ef0a7d5dcc8a7bca9691c32eedf207ee3bf13 (diff) | |
fix typo in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/errors-and-warnings.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/errors-and-warnings.adoc b/docs/modules/ROOT/pages/errors-and-warnings.adoc index 9ca83e04..4d9e1613 100644 --- a/docs/modules/ROOT/pages/errors-and-warnings.adoc +++ b/docs/modules/ROOT/pages/errors-and-warnings.adoc @@ -1,6 +1,6 @@ = Errors and Warnings -All application messages (i.e., info, warning, error, or failure) emitted by Asciidoctor a written to the logger. +All application messages (i.e., info, warning, error, or failure) emitted by Asciidoctor are written to the logger. When using the CLI, the logger routes messages to the console via stderr (i.e., standard error). == Notification types |
