From 44c743af9673f5e43f040923d13bbc2ca1a3b383 Mon Sep 17 00:00:00 2001 From: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:28:44 +0530 Subject: [PATCH] fix coplilot suggestion --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 75d5569d..ee265a69 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -1,6 +1,6 @@ ## Working with lockfiles -Most supported package managers recommend that you **always** commit the lockfile, although implementations vary doing so generally provides the following benefits: +Most supported package managers recommend that you **always** commit the lockfile, although implementations vary doing so generally provides the following benefits: - Enables faster installation for CI and production environments, due to being able to skip package resolution. - Describes a single representation of a dependency tree such that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies.