From 5200935fa2990bd7fe31c06857b80be1724ff74f Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Mon, 28 Oct 2024 09:35:37 +0900 Subject: [PATCH] [NUI.Gadget] Fix a description typo Fix a typo error from resourced to resource. Signed-off-by: Changgyu Choi --- src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs b/src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs index dac6befa33f..b5a7cdf01e9 100755 --- a/src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs +++ b/src/Tizen.NUI.Gadget/Tizen.NUI/NUIGadgetInfo.cs @@ -71,7 +71,7 @@ public string ResourcePath } /// - /// Gets the allowed resourced path of the gadget. + /// Gets the allowed resource path of the gadget. /// /// 12 public string AllowedResourcePath