瀏覽代碼

Fix typo in docs.

Ian Walton 1 年之前
父節點
當前提交
7a0f6f903f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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