From f9cf5823061da677da808a319caaa5492920c39b Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sun, 8 Jul 2018 10:09:44 +0200
Subject: [PATCH] ...

---
 Resources/Scripts/code.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index bbc69aff..1f672fdb 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -310,7 +310,7 @@
   // Function: Shows tweet detail, used in notification context menu.
   //
   execSafe(function setupShowTweetDetail(){
-    throw 1 if !ensurePropertyExists(TD, "ui", "updates", "showDetailVieww");
+    throw 1 if !ensurePropertyExists(TD, "ui", "updates", "showDetailView");
     throw 2 if !ensurePropertyExists(TD, "controller", "columnManager", "showColumn");
     throw 3 if !ensurePropertyExists(TD, "controller", "columnManager", "getByApiid");
     throw 4 if !ensurePropertyExists(TD, "controller", "clients", "getPreferredClient");