1
0
mirror of https://github.com/desktop/desktop synced 2024-07-05 00:58:57 +00:00
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
This commit is contained in:
Markus Olsson 2022-03-01 11:20:18 +01:00
parent 75939dccbc
commit 0c6ad8cc45

View File

@ -75,7 +75,7 @@ export type RequestChannels = {
}
/**
* Define the duplex IPC channel names we use from the renderer
* Defines the duplex IPC channel names we use from the renderer
* process along with their signatures. This type is used from both
* the renderer and the main process to ensure a common contract between
* the two over the untyped IPC framework.