From 8a52d583419427fe15590b7ad1cd12f680b7611f Mon Sep 17 00:00:00 2001 From: Shaun Purslow Date: Tue, 20 Aug 2024 05:28:55 -0600 Subject: [PATCH] docs(code-review): fix type "Veryfing" to "Verifying" (#6695) --- .../best-practices/code-review/content/change-functioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/best-practices/code-review/content/change-functioning.md b/src/data/best-practices/code-review/content/change-functioning.md index 606ca9aeb..7a34ec675 100644 --- a/src/data/best-practices/code-review/content/change-functioning.md +++ b/src/data/best-practices/code-review/content/change-functioning.md @@ -1,6 +1,6 @@ # Verify the Change in Production. -Veryfing the change is a crucial step in the code review process that ensures the recently merged changes work correctly and do not cause any unexpected disruptions when deployed to the live production environment. Rigorous testing before deployment helps minimize the risks, but having an additional layer of validation post-deployment provides you with the confidence that your code changes are working as intended while interacting with real users and production data. To make sure of this, consider the following tips: +Verifying the change is a crucial step in the code review process that ensures the recently merged changes work correctly and do not cause any unexpected disruptions when deployed to the live production environment. Rigorous testing before deployment helps minimize the risks, but having an additional layer of validation post-deployment provides you with the confidence that your code changes are working as intended while interacting with real users and production data. To make sure of this, consider the following tips: - Implement automated monitoring and alerting systems to keep track of your application's key performance indicators (KPIs) and notify you in case of a significant change in the metrics. @@ -10,4 +10,4 @@ Veryfing the change is a crucial step in the code review process that ensures th - Observe user interaction through user analytics, bug reports, or direct feedback to assess whether the code change has had the intended impact and is positively affecting the user experience. -- Establish strategies for gradual deployment, such as canary or blue-green deployments, to minimize the potential impact of a problematic change on your entire user base and ensure smoother rollback if needed. \ No newline at end of file +- Establish strategies for gradual deployment, such as canary or blue-green deployments, to minimize the potential impact of a problematic change on your entire user base and ensure smoother rollback if needed.