From eaa586c062e8cccc714e2bb325b674eff79e64db Mon Sep 17 00:00:00 2001 From: Quentame Date: Wed, 11 Nov 2020 19:24:29 +0100 Subject: [PATCH] Fix synology_dsm typo (#15615) --- source/_integrations/synology_dsm.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/synology_dsm.markdown b/source/_integrations/synology_dsm.markdown index 83845236b05..3b4c3bcf248 100644 --- a/source/_integrations/synology_dsm.markdown +++ b/source/_integrations/synology_dsm.markdown @@ -164,7 +164,7 @@ For each disk: ### Service `synology_dsm.reboot` -Reboot the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered. +Reboot the specified NAS by `serial`. If only one DSM is configured, `serial` is optional. | Service data attribute | Required | Description | | ---------------------- | -------- | ----------- | @@ -172,7 +172,7 @@ Reboot the by `serial` specified DSM. If only one DSM is configured, `serial` is ### Service `synology_dsm.shutdown` -Shutdown the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered. +Shutdown the specified NAS by `serial`. If only one DSM is configured, `serial` is optional. | Service data attribute | Required | Description | | ---------------------- | -------- | ----------- |