From 7f49d118c5be6ad490f53d2d3573a4657d3b235e Mon Sep 17 00:00:00 2001 From: Swami Sanapathi <40539126+swami-sanapathi@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:18:50 +0530 Subject: [PATCH] fix: `MessageService` doc typo --- src/app/showcase/doc/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index 83e3ae1fe1b..0f1dab08a35 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -1425,7 +1425,7 @@ } ], "returnType": "void", - "description": "Insterts new messages." + "description": "Inserts new messages." }, { "name": "clear", @@ -28512,4 +28512,4 @@ } } } -} \ No newline at end of file +}