Skip to content

Commit

Permalink
Fixes a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkeep committed Sep 6, 2018
1 parent bb002a2 commit db00662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ To cancel a subscription, simply use the ``cancel`` method on the user's subscr
$user->subscription('main')->cancel();
By default, the subscription will remain active until the perdiod ends. Pass ``true`` to *immediately* cancel a subscription.
By default, the subscription will remain active until the period ends. Pass ``true`` to *immediately* cancel a subscription.

.. code-block:: php
Expand Down

0 comments on commit db00662

Please sign in to comment.