X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/9b74a7cc27a23fc49fbcb9f4af1b6ac0f110fc84..520aa51148353089fe181c7af6e57c2bc0946140:/docs/index.md?ds=sidebyside diff --git a/docs/index.md b/docs/index.md index 10883e0..f7a76c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -317,7 +317,9 @@ Prevent Firefox from being updated beyond the specified version. You can specify the any version as ```xx.``` and Firefox will be updated with all minor versions, but will not be updated beyond the major version. -You can also specify the version as ```xx.xx``` and Firefox will be updated with all patch versions, but will not be updated beyond the minor version. +You can also specify the version as ```xx.xx.``` and Firefox will be updated with all patch versions, but will not be updated beyond the minor version. + +Note: The value MUST end in a dot(.). You should specify a version that exists or is guaranteed to exist. If you specify a version that doesn't end up existing, Firefox will update beyond that version.