From a8f40d654afaf500c859ab8a597170e9b0459e12 Mon Sep 17 00:00:00 2001
From: ignace nyamagana butera <nyamsprod@gmail.com>
Date: Mon, 27 Jan 2025 09:49:01 +0100
Subject: [PATCH] typo fix in documentation

---
 docs/uri/7.0/base-uri.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/uri/7.0/base-uri.md b/docs/uri/7.0/base-uri.md
index 7d4786b0..c4fefdaf 100644
--- a/docs/uri/7.0/base-uri.md
+++ b/docs/uri/7.0/base-uri.md
@@ -6,7 +6,7 @@ title: URI context aware wrapper
 URI info and full manipulation
 =======
 
-<p class="message-warning">The class is deprecated please use the <code>Uri</code> class instead startinh with version <code>7.6.0</code>.</p>
+<p class="message-warning">The class is deprecated please use the <code>Uri</code> class instead starting with version <code>7.6.0</code>.</p>
 
 The `League\Uri\BaseUri` class is build to ease gathering information regarding a specific URI. 
 The class makes it easier to transform and crawl pages containing URIs (ie: a web page, or an HTTP client for instance).