From bc3fd867ff069612049048e27fe37bfe28e7f3a2 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Tue, 17 Nov 2020 15:05:11 +0100
Subject: [PATCH] docs: improve platform documentation (#7739)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 docs/usage/modules/platform.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/usage/modules/platform.md b/docs/usage/modules/platform.md
index 8a6261c896..0f17cf823b 100644
--- a/docs/usage/modules/platform.md
+++ b/docs/usage/modules/platform.md
@@ -1,10 +1,11 @@
 # Renovate Platforms
 
-Renovate aims to be as platform-neutral as possible in general, while also taking advantage of any platform-specific features that are of benefit to users.
+Renovate aims to be platform-neutral, while also taking advantage of good platform-specific features.
 
-Currently supported platforms are:
+The currently supported platforms are:
 
-- Azure DevOps
+- Azure DevOps (dev.azure.com)
+- Azure DevOps Server (self-hosted)
 - Bitbucket Cloud
 - Bitbucket Server
 - GitHub (github.com, GitHub Enterprise)
-- 
GitLab