Skip to content

Commit

Permalink
Fix translation options-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
11Alone11 authored Aug 4, 2024
1 parent 32ab305 commit 44527f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/typescript/options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ interface Book {
export default defineComponent({
props: {
book: {
// предостление более конкретного типа `Object`.
// предоставление более конкретного типа `Object`.
type: Object as PropType<Book>,
required: true
},
Expand Down

0 comments on commit 44527f3

Please sign in to comment.