diff --git a/src/Commands/State/PushCommand.php b/src/Commands/State/PushCommand.php
index 6bcc2dd3..de8e9942 100644
--- a/src/Commands/State/PushCommand.php
+++ b/src/Commands/State/PushCommand.php
@@ -52,8 +52,8 @@ class PushCommand extends Command
This command push webhook updated play state to export enabled backends.
You should not run this manually and instead rely on scheduled task to run this command.
- This command require the metadata to be already saved in database.
- If no metadata available for a backend the item will be ignored for that backend.
+ This command require the metadata to be already saved in database.
+ If no metadata available for a backend, then the item will be ignored for that backend.
If the item was ignored during {route} run, it will be picked up later by next {export_route} run.