We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b88ff commit 821844cCopy full SHA for 821844c
browser/websocket/updateCodeFile.ts
@@ -55,7 +55,7 @@ export interface UpdateCodeFileOptions {
55
* @param codeFile 書き換え後のコードファイルの中身
56
* @param project 書き換えたいページのプロジェクト名(Project urlの設定で使われている方)
57
* @param title 書き換えたいページのタイトル
58
- * @param options [UpdateCodeFileOptions] その他の設定
+ * @param options その他の設定
59
*/
60
export const updateCodeFile = async (
61
codeFile: CodeFile,
0 commit comments