Skip to content

Commit

Permalink
Fix typo in quickstart (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldari authored and addshore committed Mar 24, 2017
1 parent 031d56c commit 48f7454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can get an api object by simply passing the api endpoint:
$api = MediawikiApi::newFromApiEndpoint( 'https://en.wikipedia.org/w/api.php' );
You can event just pass a page:
You can even just pass a page:

.. code-block:: php
Expand Down

0 comments on commit 48f7454

Please sign in to comment.