From 80ccb3697c4a6f5638498c9789ed2abea1070b98 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Aug 2021 18:26:34 +0000 Subject: [PATCH] Docs: Fix typo in the `WP_Upgrader::install_package()` description. Follow-up to [30758]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51527 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-upgrader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-upgrader.php b/src/wp-admin/includes/class-wp-upgrader.php index 18736720d9..4cd0d9c5b1 100644 --- a/src/wp-admin/includes/class-wp-upgrader.php +++ b/src/wp-admin/includes/class-wp-upgrader.php @@ -422,7 +422,7 @@ class WP_Upgrader { /** * Install a package. * - * Copies the contents of a package form a source directory, and installs them in + * Copies the contents of a package from a source directory, and installs them in * a destination directory. Optionally removes the source. It can also optionally * clear out the destination folder if it already exists. *