Skip to content

Commit 90cf791

Browse files
committed
Fix some typos
1 parent 7651d18 commit 90cf791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code_and_explain/notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Notifications (0.6.x Only)
22

33
Plugins can send toast notifications to the user.
4-
Windows & MacOS are fully support, Linux on the other hand might not be due inconsistencies in the APIs supported by different distros.
4+
Windows & MacOS are fully supported, Linux on the other hand might not be due inconsistencies in the APIs supported by different distros.
55

66
```csharp
77
public void SendNotification(string message)

issues/plugin_memory_leak.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
OpenTabletDriver does not properly dispose of plugins, especially when a tablet is disconnected. \
44
When a tablet is reconnected, it is very likely that a new instance of the plugin will be created, while the old instance is still in use. \
5-
There are workarounds to avoid such leak, but it requires fetching the device from the driver itself and susbcribing to the `ConnectionStateChanged` event on `IDeviceReader`.
5+
There are workarounds to avoid such leak, but it requires fetching the device from the driver itself and subscribing to the `ConnectionStateChanged` event on `IDeviceReader`.

0 commit comments

Comments
 (0)