From f6b5f124819629633dbedb54018def4cd5c6a80a Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Mon, 15 Jul 2019 23:56:06 +0200 Subject: [PATCH] Fix typo in Glances doc (#9865) --- source/_components/glances.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/glances.markdown b/source/_components/glances.markdown index 5d416924817..2d69cab8532 100644 --- a/source/_components/glances.markdown +++ b/source/_components/glances.markdown @@ -32,7 +32,7 @@ $ curl -X GET http://IP_ADDRESS:61208/api/2/mem/free {"free": 203943936} ``` -If this doesn't work, try changing the `2` for `3`, if you have installed the latest verison of Glances. +If this doesn't work, try changing the `2` for `3`, if you have installed the latest version of Glances. For details about auto-starting `glances`, please refer to [Start Glances through Systemd](https://github.com/nicolargo/glances/wiki/Start-Glances-through-Systemd).