From 65dd2bb13223788e9f69be576a2fcd7a0d8c6672 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Sat, 11 Sep 2021 07:26:52 +0200
Subject: [PATCH] docs: fix typo (#11676)

---
 lib/platform/bitbucket-server/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/platform/bitbucket-server/index.md b/lib/platform/bitbucket-server/index.md
index 6937275b2f..dc3a0612f5 100644
--- a/lib/platform/bitbucket-server/index.md
+++ b/lib/platform/bitbucket-server/index.md
@@ -26,7 +26,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is:
 1. Create the admin user as prompted
 2. Create a new project and a repository for that project
 3. Make sure the repository has a package file in it for Renovate to find, e.g. `.nvmrc` or `package.json`
-4. Create a dedicated REnovate user `@renovate-bot` and grant it write access to the project
+4. Create a dedicated Renovate user `@renovate-bot` and grant it write access to the project
 5. Note down the password for `@renovate-bot` and use it in the Renovate CLI
 
 At this point you should have a project ready for Renovate, and the `@renovate-bot` account ready to run on it. You can then run like this:
-- 
GitLab