From c00b4ba6ac3a5d884034a8ed099a7f6a381cc9e5 Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Tue, 27 Oct 2020 15:32:49 +0300 Subject: [PATCH] Update runner.md --- doc/devdocs/runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/runner.md b/doc/devdocs/runner.md index 9094082319..e12fae9736 100644 --- a/doc/devdocs/runner.md +++ b/doc/devdocs/runner.md @@ -21,7 +21,7 @@ transfer received json message from the [Settings window](/doc/devdocs/settings. Contains code for starting the PowerToys settings window and communicating with it. Settings window is a separate process, so we're using [Windows pipes](https://docs.microsoft.com/en-us/windows/win32/ipc/pipes) as a transport for json messages. #### [`general_settings.cpp`](/src/runner/general_settings.cpp) -Contains code for loading, saving and applying the general setings. +Contains code for loading, saving and applying the general settings. #### [`auto_start_helper.cpp`](/src/runner/auto_start_helper.cpp) Contains helper code for registering and unregistering PowerToys to run when the user logs in.