From d722ca09566901b4844fcf768b3def6e7ff31900 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Tue, 25 Aug 2020 18:45:55 +0530 Subject: [PATCH] Fix typo --- doc/yamlConfigurationSchema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/yamlConfigurationSchema.json b/doc/yamlConfigurationSchema.json index d549a91..4538815 100644 --- a/doc/yamlConfigurationSchema.json +++ b/doc/yamlConfigurationSchema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "title": "Windows Service Wrapper. YAML configuration schema", - "description": "This JSON schema validate the YAML configuaration file. You can find more details about YAML configurations from https://github.com/winsw/winsw/blob/master/doc/yamlConfigFile.md", + "description": "This JSON schema validate the YAML configuration file. You can find more details about YAML configurations from https://github.com/winsw/winsw/blob/master/doc/yamlConfigFile.md", "required": [ "id", "name",