From 136dd51e5cceed9699cbd3b752bb4b5fc03164b6 Mon Sep 17 00:00:00 2001
From: MajesticPotatoe <amajesticpotatoe@gmail.com>
Date: Fri, 16 Feb 2024 19:33:04 -0500
Subject: [PATCH] docs(api): fix td/tr reference

---
 packages/api-generator/src/locale/en/VDataTableRows.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/api-generator/src/locale/en/VDataTableRows.json b/packages/api-generator/src/locale/en/VDataTableRows.json
index b4f05c7507e..65a41784031 100644
--- a/packages/api-generator/src/locale/en/VDataTableRows.json
+++ b/packages/api-generator/src/locale/en/VDataTableRows.json
@@ -1,10 +1,10 @@
 {
   "props": {
-    "cellProps": "An object of additional props to be passed to each <td> in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
+    "cellProps": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
     "loading": "Displays `loading` slot if set to `true`",
     "loadingText": "Text shown when the data is loading.",
     "multiSort": "Allows sorting by multiple columns.",
-    "rowProps": "An object of additional props to be passed to each <tr> in the table body. Also accepts a function that will be called for each row."
+    "rowProps": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
   },
   "events": {
     "click:row": "Emitted when a row is clicked. Native event is passed as the first argument, row data as the second."