Update src/Tizen.NUI/src/public/Input/FocusManager.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 16 May 2022 12:11:23 +0000 (21:11 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Fri, 27 May 2022 06:15:42 +0000 (15:15 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/Input/FocusManager.cs

index 7cd44ea..3625e1e 100755 (executable)
@@ -120,7 +120,7 @@ namespace Tizen.NUI
         /// It won't be emitted for focus movement by calling the SetCurrentFocusView directly.<br />
         /// </summary>
         /// <remarks>
-        /// by setting FocusChangingEventArgs.Proposed with the view to be focused, the focus will be moved to the assigned view.
+        /// By setting FocusChangingEventArgs.Proposed with the view to be focused, the focus will be moved to the assigned view.
         /// </remarks>
         /// <since_tizen> 10 </since_tizen>
         public event EventHandler<FocusChangingEventArgs> FocusChanging