Skip to content

Commit 22123c4

Browse files
committed
✏️ Fix typo (#2368)
1 parent 7c1f86a commit 22123c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/types/contest_table_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export type ContestTablesMetaData = {
126126
* @property {boolean} isShownHeader - Whether to display the table header
127127
* @property {boolean} isShownRoundLabel - Whether to display round labels in the contest table
128128
* @property {string} roundLabelWidth - tailwind CSS width for the round label column, e.g., "xl:w-16" or "xl:w-20"
129-
* @property {string} tableBodyCellWidth - tailwind CSS width for the table body cells, e.g., "w-1/2 xs:w-1/3 sm:w-1/4 md:w-1/5 lg:w-1/6 px-1 py-1"
129+
* @property {string} tableBodyCellsWidth - tailwind CSS width for the table body cells, e.g., "w-1/2 xs:w-1/3 sm:w-1/4 md:w-1/5 lg:w-1/6 px-1 py-1"
130130
* @property {boolean} isShownTaskIndex - Whether to display task index in the contest table cells
131131
*/
132132
export interface ContestTableDisplayConfig {

0 commit comments

Comments
 (0)