diff --git a/src-docs/src/views/tables/basic/props_info.js b/src-docs/src/views/tables/basic/props_info.js index ce5b6f768e0c..cf43a9a03018 100644 --- a/src-docs/src/views/tables/basic/props_info.js +++ b/src-docs/src/views/tables/basic/props_info.js @@ -110,7 +110,7 @@ export const propsInfo = { }, pageSize: { description: - 'The maximum number if items that can be shown in a single page', + 'The maximum number of items that can be shown in a single page', required: true, type: { name: 'number' }, },