From e936d4c39915929576d946ac3e1d717920397949 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 Jun 2015 16:39:55 +0200 Subject: [PATCH] fix typo --- source/components/notify.syslog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/notify.syslog.markdown b/source/components/notify.syslog.markdown index 10a9ba76c91..d04ecfab058 100644 --- a/source/components/notify.syslog.markdown +++ b/source/components/notify.syslog.markdown @@ -45,6 +45,6 @@ The table contains values to use in your `configuration.yaml` file. | local6 | | | | local7 | | | -For details about facility, option, and priority please consulte the [wikpedia article](http://en.wikipedia.org/wiki/Syslog) and [RFC 3164](http://tools.ietf.org/html/rfc3164). +For details about facility, option, and priority please consult the [wikpedia article](http://en.wikipedia.org/wiki/Syslog) and [RFC 3164](http://tools.ietf.org/html/rfc3164). To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html).