From 5b5375ad165dd4ed0ab7d14d48409e76a607dba9 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Wed, 15 May 2024 09:49:46 +0300 Subject: [PATCH] Update GUIDELINES.md Co-authored-by: Jamie Danielson --- GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDELINES.md b/GUIDELINES.md index a9d8b58d5e..0e8adf39ff 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -266,7 +266,7 @@ Instrumentations for nodejs internal modules can specify version range of `['*'] Instrumentation should use an upper and lower bounds for the version ranges it uses for patches. This is to ensure that any new major versions of the instrumented package are not automatically patched by the instrumentation, which could lead to unexpected behavior. -New major versions should be reviewed and tested by before being added to the supported versions list. +New major versions should be reviewed and tested before being added to the supported versions list. ### Documentation