From 3f108cc0f5897e759049005aef6f7f40f790479f Mon Sep 17 00:00:00 2001 From: Yurii Date: Mon, 2 Feb 2026 17:45:11 +0200 Subject: [PATCH] fix doc --- client/src/views/modals/detail.js | 2 +- client/src/views/modals/edit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/views/modals/detail.js b/client/src/views/modals/detail.js index 09c937ec83..5b1515649f 100644 --- a/client/src/views/modals/detail.js +++ b/client/src/views/modals/detail.js @@ -260,7 +260,7 @@ class DetailModalView extends ModalView { } /** - * Additional setup with the modal ready. + * Additional setup with the model ready. * * @protected * @since 9.3.0 diff --git a/client/src/views/modals/edit.js b/client/src/views/modals/edit.js index 37e3b32d8f..ca7de05c7c 100644 --- a/client/src/views/modals/edit.js +++ b/client/src/views/modals/edit.js @@ -268,7 +268,7 @@ class EditModalView extends ModalView { } /** - * Additional setup with the modal ready. + * Additional setup with the model ready. * * @protected * @since 9.3.0