diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 6f961960e7513f4c72c096acbe93e6ad3d1939d7..4401d88a523addea4c523dee4e782efd656be1a1 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1364,10 +1364,10 @@ Use this field to restrict rules to a particular datasource. e.g. ### matchCurrentVersion -`matchCurrentVersion` can be an exact semver version or a semver range. +`matchCurrentVersion` can be an exact SemVer version or a SemVer range. -This field also supports Regular Expressions which have to begin and end with `/`. -For example, the following will enforce that only `1.*` versions: +This field also supports Regular Expressions which must begin and end with `/`. +For example, the following enforces that only `1.*` versions will be used: ```json { @@ -1380,8 +1380,8 @@ For example, the following will enforce that only `1.*` versions: } ``` -This field also supports a special negated regex syntax for ignoring certain versions. -Use the syntax `!/ /` like the following: +This field also supports a special negated regex syntax to ignore certain versions. +Use the syntax `!/ /` like this: ```json {