From 69185fef122bec0d06c916e6f1dc971c42a65159 Mon Sep 17 00:00:00 2001 From: timofeyevvv Date: Sat, 2 Nov 2024 14:29:50 +0300 Subject: [PATCH] fix: marginy605 comments --- src/components/PlaceholderContainer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlaceholderContainer/README.md b/src/components/PlaceholderContainer/README.md index e174bfb58..366b8a0b1 100644 --- a/src/components/PlaceholderContainer/README.md +++ b/src/components/PlaceholderContainer/README.md @@ -4,7 +4,7 @@ -`PlaceholderContainer` is a component for displaying content with images, text content, and action controls. +`PlaceholderContainer` is a component for displaying content with an image, text content, and action controls. ## Direction @@ -162,7 +162,7 @@ With `src` and `alt` settings: -The `PlaceholderContainer` content is borrowed from the title and description sections, which you can set with the appropriate properties. To render custom content, use the `content` property. +The `PlaceholderContainer` content contains from the title and description sections, which you can set with the appropriate properties. To render custom content, use the `content` property. ```tsx