From 749ad263ebb624bda070d13185b3e0b8846ba2bd Mon Sep 17 00:00:00 2001
From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com>
Date: Fri, 20 Sep 2024 19:59:23 +0100
Subject: [PATCH] Matching
and h1 for "11 principles" post
---
.../docs/topics/feature-flags/feature-flag-best-practices.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/website/docs/topics/feature-flags/feature-flag-best-practices.md b/website/docs/topics/feature-flags/feature-flag-best-practices.md
index 4648a3f7f388..6201dcd0359b 100644
--- a/website/docs/topics/feature-flags/feature-flag-best-practices.md
+++ b/website/docs/topics/feature-flags/feature-flag-best-practices.md
@@ -3,8 +3,6 @@ title: "11 Principles for building and scaling feature flag systems"
toc_max_heading_level: 2
---
-# Best practices for building and scaling feature flags
-
import Figure from '@site/src/components/Figure/Figure.tsx'
Feature flags, sometimes called feature toggles or feature switches, are a powerful software development technique that allows engineering teams to decouple the release of new functionality from software deployments.