From 49bec9a5434407d8c56b24ec97722ac05111f1e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicol=C3=A1s=20Hermosilla?= <nhermosilla14@gmail.com>
Date: Sat, 14 Sep 2024 00:53:52 -0300
Subject: [PATCH] Fix typos in yaml example

---
 examples/sample-allOption.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/sample-allOption.yml b/examples/sample-allOption.yml
index 177f0b1..c1fbe95 100644
--- a/examples/sample-allOption.yml
+++ b/examples/sample-allOption.yml
@@ -2,7 +2,7 @@ id: myapp
 name: MyApp Service (powered by WinSW)
 description: This service is a service created from a sample configuration
 executable: java
-#serviceaccount:
+#serviceAccount:
 #    domain: YOURDOMAIN
 #    user: useraccount
 #    password: Pa55w0rd
@@ -23,7 +23,7 @@ executable: java
 #    c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world 
 #    test.Main
 #startArguments: start arguments
-#workingdirectory: C:\myApp\work
+#workingDirectory: C:\myApp\work
 priority: Normal
 stopTimeout: 15 sec
 stopParentProcessFirst: true 
@@ -38,7 +38,7 @@ waitHint: 15 sec
 sleepTime: 1 sec
 #interactive: true
 log:
-#    logpath: '%BASE%\logs'
+#    logPath: '%BASE%\logs'
     mode: append
 #env:
 #    -
@@ -72,4 +72,4 @@ log:
 #        from: "https://example.com/some.dat"
 #        to: '%BASE%\some.dat'
 #        auth: sspi
-#beepOnShutdown: true
\ No newline at end of file
+#beepOnShutdown: true