Fix typos

pull/534/head
Buddhika Chathuranga 2020-05-18 19:30:59 +05:30 committed by GitHub
parent e97486cfc4
commit 24b2d0e933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -58,8 +58,7 @@ This is the main executable project.
#### :page_facing_up: Main.cs
This file contains the entry point of the program. (Main method). This file includes the main flow of the program and has implemented the logics for command-line arguments.
ex : ```install, uninstall, start, stop, restart```
This file contains the entry point of the program. (Main method). This file includes the main flow of the program and has implemented the logics for command-line arguments such as `install`, `uninstall`, `start`, `stop`, `restart`.
## :notebook: WinSWCore
@ -85,14 +84,14 @@ ex : ```install, uninstall, start, stop, restart```
#### :page_facing_up: ServiceDescriptor.cs
This contains the logics for extracting configurations from the XML file. ```ServiceDescriptor``` class get XML file as an argument. Currently, configurations are provided on demand.
This contains the logics for extracting configurations from the XML file. `ServiceDescriptor` class get XML file as an argument. Currently, configurations are provided on demand.
## :open_file_folder: Configuration
#### :page_facing_up: IWinSWConfiguration.cs
```IWinSWConfigurations``` interface contains all configurations.
`IWinSWConfigurations` interface contains all configurations.
#### :page_facing_up: DefaultSettings.cs
This contains default values for all configurations which included in ```IWinSWConfiguration.cs```.
This contains default values for all configurations which included in `IWinSWConfiguration.cs`.