Skip to content

Commit

Permalink
chore(frontend): reword possible typo (misskey-dev#13182)
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored and kanarikanaru committed Feb 12, 2024
1 parent 627d28b commit 21c14a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pizzax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class Storage<T extends StateDef> {

/**
* 特定のキーの、簡易的なgetter/setterを作ります
* 主にvue場で設定コントロールのmodelとして使う用
* 主にvue上で設定コントロールのmodelとして使う用
*/
public makeGetterSetter<K extends keyof T>(key: K, getter?: (v: T[K]) => unknown, setter?: (v: unknown) => T[K]): {
get: () => T[K]['default'];
Expand Down

0 comments on commit 21c14a6

Please sign in to comment.