From 26ed73166edc34590211c75c6800a3258c24e201 Mon Sep 17 00:00:00 2001 From: Mike Scott Date: Wed, 30 Aug 2023 15:33:42 +0100 Subject: [PATCH] Corrected misspelling of "complement" on Pennant page --- pennant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennant.md b/pennant.md index aeb07a1ddb0..650f5abbaf1 100644 --- a/pennant.md +++ b/pennant.md @@ -32,7 +32,7 @@ ## Introduction -[Laravel Pennant](https://github.com/laravel/pennant) is a simple and light-weight feature flag package - without the cruft. Feature flags enable you to incrementally roll out new application features with confidence, A/B test new interface designs, compliment a trunk-based development strategy, and much more. +[Laravel Pennant](https://github.com/laravel/pennant) is a simple and light-weight feature flag package - without the cruft. Feature flags enable you to incrementally roll out new application features with confidence, A/B test new interface designs, complement a trunk-based development strategy, and much more. ## Installation