From 2579ad18f85d54f8a02bbe132d6ff70a18903de2 Mon Sep 17 00:00:00 2001 From: Romeo Date: Mon, 24 Nov 2025 18:02:32 +0200 Subject: [PATCH] fix(ui): Fix typo in Laravel onboarding text --- static/app/gettingStartedDocs/php-laravel/onboarding.tsx | 2 +- static/app/gettingStartedDocs/php-laravel/profiling.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app/gettingStartedDocs/php-laravel/onboarding.tsx b/static/app/gettingStartedDocs/php-laravel/onboarding.tsx index c1a767e0064320..7bda4d29fb3ce4 100644 --- a/static/app/gettingStartedDocs/php-laravel/onboarding.tsx +++ b/static/app/gettingStartedDocs/php-laravel/onboarding.tsx @@ -33,7 +33,7 @@ export const onboarding: OnboardingConfig = { introduction: () => (

{tct( - 'This guide is for Laravel 11.0 an up. We also provide instructions for [otherVersionsLink:other versions] as well as [lumenSpecificLink:Lumen-specific instructions].', + 'This guide is for Laravel 11.0 and up. We also provide instructions for [otherVersionsLink:other versions] as well as [lumenSpecificLink:Lumen-specific instructions].', { otherVersionsLink: ( diff --git a/static/app/gettingStartedDocs/php-laravel/profiling.tsx b/static/app/gettingStartedDocs/php-laravel/profiling.tsx index d8b71569840be8..913c352446c203 100644 --- a/static/app/gettingStartedDocs/php-laravel/profiling.tsx +++ b/static/app/gettingStartedDocs/php-laravel/profiling.tsx @@ -11,7 +11,7 @@ export const profiling: OnboardingConfig = { introduction: () => (

{tct( - 'This guide is for Laravel 11.0 an up. We also provide instructions for [otherVersionsLink:other versions] as well as [lumenSpecificLink:Lumen-specific instructions].', + 'This guide is for Laravel 11.0 and up. We also provide instructions for [otherVersionsLink:other versions] as well as [lumenSpecificLink:Lumen-specific instructions].', { otherVersionsLink: (