From 8d80f32a952edb77d07abbd97d8f45d2a130027f Mon Sep 17 00:00:00 2001 From: Rich Turner Date: Fri, 6 Sep 2019 10:03:36 -0700 Subject: [PATCH] Fix typo in src/README.md (#207) --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 3e424f2f09..b6ec18b825 100644 --- a/src/README.md +++ b/src/README.md @@ -1,7 +1,7 @@ # PowerToys Source Code ## Code organization -The PowerToys are splitted into DLLs for each PowerToy module ([`modules`](/src/modules) folder), and an executable ([`runner`](/src/runner) folder) that loads and manages those DLLs. +The PowerToys are split into DLLs for each PowerToy module ([`modules`](/src/modules) folder), and an executable ([`runner`](/src/runner) folder) that loads and manages those DLLs. The settings window is a separate executable, contained in [`editor`](/src/editor) folder. In utilizes a WebView to display a HTML-based settings window (contained in [`settings-web`](/src/settings-web) folder).