Browse Source

Fix typo in docs.

Ian Walton 1 year ago
parent
commit
7a0f6f903f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      for-web-developers.md

+ 1 - 1
for-web-developers.md

@@ -226,7 +226,7 @@ details of how to do that [from the signals here](https://github.com/jellyfin/je
 You need to call `window.NativeShell.AppHost.init()` before you can use this.
 
 ```js
-const updatePlugin = await window.jellyscrubPlugin();
+const updatePlugin = await window.jmpUpdatePlugin();
 updatePlugin({
   toast: () => new Promise((resolve, reject) => {
     // called if an update is available