Browse Source

Change capitalization of "as"

The documentation has "Running As a Service on Linux" and "Running as a Service on Windows." The capitalization ought to be consistent.
Jamie White 10 years ago
parent
commit
356a720098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/as-a-service.asciidoc

+ 1 - 1
docs/reference/setup/as-a-service.asciidoc

@@ -1,5 +1,5 @@
 [[setup-service]]
-== Running As a Service on Linux
+== Running as a Service on Linux
 
 In order to run elasticsearch as a service on your operating system, the provided packages try to make it as easy as possible for you to start and stop elasticsearch during reboot and upgrades.