From 0fec2ff7b7618106e53c06307913b6a7347d5f59 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Mon, 11 Jan 2016 21:37:52 +0100 Subject: [PATCH] Fixed typo in docs --- doc/Support/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index c3ae17adfe..45891da81c 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -185,7 +185,7 @@ You can disable image lazy loading by setting this to false. ```php $config['show_overview_tab'] = TRUE; ``` -Enable or disable the overview tabe for a device. +Enable or disable the overview tab for a device. ```php $config['overview_show_sysDescr'] = TRUE;