Skip to content

Commit 12451a2

Browse files
committed
fix: fix some typos
1 parent f3aff65 commit 12451a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ public static async void CopyText(string data)
208208
{
209209
if (Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
210210
{
211-
if (desktop.MainWindow?.Clipboard is { } clipbord)
212-
await clipbord.SetTextAsync(data);
211+
if (desktop.MainWindow?.Clipboard is { } clipboard)
212+
await clipboard.SetTextAsync(data);
213213
}
214214
}
215215

0 commit comments

Comments
 (0)