Commit 6e6ca133cf7675c601f2b5262bf0650211a0440f

Authored by Jacob Vosmaer
1 parent f14f532f

Fix spelling mistake

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -328,7 +328,7 @@ If you want to keep using an existing GitLab database you can skip this step.
328 328 Next, we add the following settings to `/etc/gitlab/gitlab.rb`.
329 329  
330 330 ```ruby
331   -# Disable the build-in Postgres
  331 +# Disable the built-in Postgres
332 332 postgresql['enable'] = false
333 333  
334 334 # Fill in the values for database.yml
... ...