Fix a typo in class-lite.php (#31)

Signed-off-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
Viktor Szépe 2025-06-08 06:15:51 +02:00 committed by GitHub
parent e4bb73e437
commit 6cf11c81a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ if ( ! class_exists( 'Fragen\\Git_Updater\\Lite' ) ) {
/**
* Correctly rename dependency for activation.
*
* @param string $source Path fo $source.
* @param string $source Path of $source.
* @param string $remote_source Path of $remote_source.
* @param \Plugin_Upgrader|\Theme_Upgrader $upgrader An Upgrader object.
* @param array $hook_extra Array of hook data.