Skip to content

Commit 78c35cc

Browse files
committed
format issues
1 parent 2ef18e7 commit 78c35cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/utility-guides/TableUtil.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Utility Guide: Table Util
1+
# Utility Guide: Table Utility
22

33
The Table Utilities module provides helper functions to interact with and validate HTML tables in Playwright-based UI tests.
44

55
## Table of Contents
66

7-
- [Utility Guide: Table Util](#utility-guide-table-util)
7+
- [Utility Guide: Table Utility](#utility-guide-table-utility)
88
- [Table of Contents](#table-of-contents)
99
- [Functions Overview](#functions-overview)
1010
- [Get Column Index](#get-column-index)
@@ -25,8 +25,8 @@ This function returns the index (1-based) of a specified column name.
2525

2626
#### Required Arguments
2727

28-
-'column_name':
29-
-Type: 'str'
28+
-`column_name`:
29+
-Type: `str`
3030
-The visible header text of the column to locate.
3131

3232
#### How This Function Works

0 commit comments

Comments
 (0)