Skip to content

Commit 77572bb

Browse files
authored
chore: fix grammar in "subscribe to youtube" funding messages (#707)
1 parent b285d8d commit 77572bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Application/Adapters/Laravel/Commands/InsightsCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class InsightsCommand extends Command
2626
' <options=bold>https://github.com/nunomaduro/phpinsights</>',
2727
' - Sponsor the maintainers:',
2828
' <options=bold>https://github.com/sponsors/nunomaduro</>',
29-
' - Subscribe my YouTube channel:',
29+
' - Subscribe to my YouTube channel:',
3030
' <options=bold>https://www.youtube.com/@nunomaduro</>',
3131
];
3232

src/Application/Console/Commands/InvokableCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class InvokableCommand extends BaseCommand
1717
' <options=bold>https://github.com/nunomaduro/phpinsights</>',
1818
' - Sponsor the maintainers:',
1919
' <options=bold>https://github.com/sponsors/nunomaduro</>',
20-
' - Subscribe my YouTube channel:',
20+
' - Subscribe to my YouTube channel:',
2121
' <options=bold>https://www.youtube.com/@nunomaduro</>',
2222
];
2323

0 commit comments

Comments
 (0)