diff --git a/docs/tutorial/online-offline-events.md b/docs/tutorial/online-offline-events.md index a8d669454069..88f9a32f2ec6 100644 --- a/docs/tutorial/online-offline-events.md +++ b/docs/tutorial/online-offline-events.md @@ -36,9 +36,9 @@ _online-status.html_ ``` -There may be instances where one wants to respond to these events in the -main process as well. The main process however does not have a -`navigator` object and thus cannot detect these events directly. Using +There may be instances where you want to respond to these events in the +main process as well. The main process however does not have a +`navigator` object and thus cannot detect these events directly. Using Electron's inter-process communication utilities, the events can be forwarded to the main process and handled as needed, as shown in the following example.