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
This commit is contained in:
Sergey Biryukov
2021-08-02 18:26:34 +00:00
parent 1ea9ce390d
commit 80ccb3697c

View File

@@ -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.
*