From 8b21009a472c1be7d9411fa8e4d6b4e7aecdfad1 Mon Sep 17 00:00:00 2001 From: Pascal Date: Mon, 6 Jan 2020 03:16:43 +0100 Subject: [PATCH] Fix tiny typo (#276) --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 2a75033..61dfb1b 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -92,7 +92,7 @@ $exclude_items = array(); // Availabe rules are 'google', 'microsoft' or false // google => View documents using Google Docs Viewer // microsoft => View documents using Microsoft Web Apps Viewer -// false => disable online dov viewer +// false => disable online doc viewer $online_viewer = 'google'; // Sticky Nav bar