From 58b2f8ca174557a02dce33ffa5ad9366dc4861e3 Mon Sep 17 00:00:00 2001 From: Jeremy Price Date: Thu, 11 Jan 2024 19:12:24 -0800 Subject: [PATCH] typo --- .upgrade_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.upgrade_requirements.json b/.upgrade_requirements.json index b39383a7ff..43d769728d 100644 --- a/.upgrade_requirements.json +++ b/.upgrade_requirements.json @@ -2,7 +2,7 @@ "DOC1": "This file is meant to be pulled from the current HEAD of the desired branch, NOT referenced locally", "DOC2": "In other words, what you see locally are the requirements for your _current_ install", "DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version", - "DOC4": "You should really just ignore it and tun upgrade.php. Really", + "DOC4": "You should really just ignore it and run upgrade.php. Really", "php_min_version": "8.1.0", "php_max_major_minor": "8.2", "php_max_wontwork": "8.3.0",