Fixed Typos

pull/655/head
Buddhika Chathuranga 2020-08-22 15:27:38 +05:30
parent 3a4eff33b8
commit 7ad6640b52
3 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ Generic extension creation guideline:
* The extension should implement the configuration parsing from the `XmlNode` and `YamlExtensionConfiguration`. * The extension should implement the configuration parsing from the `XmlNode` and `YamlExtensionConfiguration`.
* The extension should support disabling from the configuration file. * The extension should support disabling from the configuration file.
WinSW engine will automatically locate your extension using the class name in the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../YamlConfigFile.md). WinSW engine will automatically locate your extension using the class name in the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../yamlConfigFile.md).
See configuration samples provided for the extensions in the core. See configuration samples provided for the extensions in the core.
For extensions from external DLLs, the `className` field should also specify the assembly name. For extensions from external DLLs, the `className` field should also specify the assembly name.
It can be done via fully qualified class name or just by the `${CLASS_NAME}, ${ASSEMBLY_NAME}` declaration. It can be done via fully qualified class name or just by the `${CLASS_NAME}, ${ASSEMBLY_NAME}` declaration.

View File

@ -11,9 +11,9 @@ Since: WinSW 2.0.
## Usage ## Usage
The extension can be configured via the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../YamlConfigFile.md). The extension can be configured via the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../yamlConfigFile.md).
### XML Configuration sample ### XML configuration sample
```xml ```xml
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
@ -44,7 +44,7 @@ The extension can be configured via the [XML configuration file](../xmlConfigFil
</service> </service>
``` ```
### YAML Configuration Sample ### YAML configuration sample
```yaml ```yaml
id: sampleService id: sampleService

View File

@ -9,9 +9,9 @@ Since: WinSW 2.0.
## Usage ## Usage
The extension can be configured via the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../YamlConfigFile.md). The extension can be configured via the [XML configuration file](../xmlConfigFile.md) or [YAML configuration file](../yamlConfigFile.md).
### XML Configuration sample ### XML configuration sample
```xml ```xml
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
@ -34,7 +34,7 @@ The extension can be configured via the [XML configuration file](../xmlConfigFil
</service> </service>
``` ```
### YAML Configuration sample ### YAML configuration sample
```yaml ```yaml
id: sampleService id: sampleService