[Sticker] Fix typo in description (#4152)
authorInhong <inhong1.han@samsung.com>
Mon, 18 Apr 2022 07:03:44 +0000 (16:03 +0900)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 07:03:44 +0000 (16:03 +0900)
src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/StickerProvider.cs

index ec83d81..f6ae9e5 100644 (file)
@@ -128,7 +128,7 @@ namespace Tizen.Uix.Sticker
         /// <remarks>
         /// All data except thumbnail, description, and display_type must be set in the JSON file to insert the sticker data.
         /// <paramref name="jsonPath"/> must have a non-null value and must be an existing file.
-        /// If the URI type is lacal path, the sticker file is copied to a sticker directory.
+        /// If the URI type is local path, the sticker file is copied to a sticker directory.
         /// It is recommended to delete your sticker files after inserting a sticker data.
         /// </remarks>
         /// <param name="jsonPath">The path of JSON file containing sticker data to be saved</param>