Skip to content

Commit 2a30de1

Browse files
authored
fix typo (#6047)
1 parent e10b659 commit 2a30de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/demo/customized-form-controls.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Controls must injects `useInjectFormItemContext` and calls the corresponding met
2828
</template>
2929
<script lang="ts">
3030
import { defineComponent, reactive } from 'vue';
31-
// sorceCode https://github.com/vueComponent/ant-design-vue/blob/cb3c002e17f0f4f5b3e8d01846069da0e2645aff/components/form/demo/price-input.vue
31+
// sourceCode https://github.com/vueComponent/ant-design-vue/blob/cb3c002e17f0f4f5b3e8d01846069da0e2645aff/components/form/demo/price-input.vue
3232
import PriceInput from './price-input.vue';
3333
import type { Currency } from './price-input.vue';
3434

0 commit comments

Comments
 (0)