From 58ac7de123a5f93ec2832b4911c82b16359e3ad8 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 25 May 2023 13:57:58 +0300 Subject: [PATCH] fix comment --- client/src/views/record/detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/record/detail.js b/client/src/views/record/detail.js index 349c9780e8..92294c9ac9 100644 --- a/client/src/views/record/detail.js +++ b/client/src/views/record/detail.js @@ -76,7 +76,7 @@ function (Dep, ViewRecordHelper, ActionItemSetup) { * @property {'default'|'success'|'danger'|'warning'} [style] A style. * @property {boolean} [tabBreak] Is a tab-break. * @property {string} [tabLabel] A tab label. If starts with `$`, a translation - * with the `tabs` category is used. + * of the `tabs` category is used. * @property {module:views/record/detail~rowDefs[]} [rows] Rows. */