Skip to content

Commit

Permalink
Fix comments on some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slunak committed Jul 30, 2020
1 parent b1df517 commit 5a730df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/GlancesExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class GlancesExample
{
public function glancesExample()
{
// instantiate pushover application and recipient to verify (can be injected into service using Dependency Injection)
// instantiate pushover application and recipient (can be injected into service using Dependency Injection)
$application = new Application("replace_with_pushover_application_api_token");
$recipient = new Recipient("replace_with_pushover_user_key");

Expand Down
2 changes: 1 addition & 1 deletion Example/GroupsExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GroupsExample
{
public function groupsExample()
{
// instantiate pushover application and recipient to verify (can be injected into service using Dependency Injection)
// instantiate pushover application and recipient (can be injected into service using Dependency Injection)
$application = new Application("replace_with_pushover_application_api_token");
$recipient = new Recipient("replace_with_pushover_user_key");

Expand Down

0 comments on commit 5a730df

Please sign in to comment.