Przeglądaj źródła

Fix typo in docs.

Ian Walton 2 lat temu
rodzic
commit
7a0f6f903f
1 zmienionych plików z 1 dodań i 1 usunięć
  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