about summary refs log tree commit diff stats
path: root/src/pages/options/twitter
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/options/twitter')
-rw-r--r--src/pages/options/twitter/twitter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/twitter/twitter.js b/src/pages/options/twitter/twitter.js
index 88fadb7b..f76230fb 100644
--- a/src/pages/options/twitter/twitter.js
+++ b/src/pages/options/twitter/twitter.js
@@ -32,7 +32,7 @@ function changeProtocolSettings(protocol) {
 twitterHelper.init().then(() => {
     disableTwitterElement.checked = !twitterHelper.getDisable();
 
-    let protocol = twitterHelper.getprotocol();
+    let protocol = twitterHelper.getProtocol();
     protocolElement.value = protocol;
     changeProtocolSettings(protocol);