From 9f0ebb65096cc35c680b4aabb18c4a98531601cf Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:59:23 +0100 Subject: [PATCH] docs: replace as per fragment with in line with (#14068) --- lib/platform/bitbucket-server/index.md | 2 +- lib/versioning/semver/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/platform/bitbucket-server/index.md b/lib/platform/bitbucket-server/index.md index 813bf51fec0bad..b73b98eeabf3c9 100644 --- a/lib/platform/bitbucket-server/index.md +++ b/lib/platform/bitbucket-server/index.md @@ -14,7 +14,7 @@ If you want a test Bitbucket server locally rather than with your production server, [Atlassian's Bitbucket Server Docker image](https://hub.docker.com/r/atlassian/bitbucket-server) is really convenient. -As per their instructions, the following commands bring up a new server: +In line with their instructions, the following commands bring up a new server: ``` docker volume create --name bitbucketVolume diff --git a/lib/versioning/semver/readme.md b/lib/versioning/semver/readme.md index 111323c118ab96..81e7f028d73016 100644 --- a/lib/versioning/semver/readme.md +++ b/lib/versioning/semver/readme.md @@ -1,3 +1,3 @@ Renovate's Semantic Versioning is a strict/independent implementation of [Semantic Versioning 2.0](https://semver.org). It has been developed to be used in situations where exact-only SemVer support is needed and not npm's extended semver implementation including ranges. -Ranges are not supported, as per the specification. +Ranges are not supported, in line with the specification.