1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

typo: qickPick -> quickPick

This commit is contained in:
2024-04-08 09:54:39 +08:00
parent 62949be108
commit fbff57848b
3 changed files with 9 additions and 9 deletions

View File

@@ -263,7 +263,7 @@ export const commands: Array<{ command: string; targetCase: SupportCase }> = [
* 所有支持的命名方式
* @since 2024-04-06
*/
export const qickPickSupportCases = [
export const quickPickSupportCases = [
{
type: SupportCase.CAMEL_CASE,
name: '小驼峰(驼峰)命名',