Skip to content

Commit

Permalink
Merge pull request #639 from sascha-egerer/patch-1
Browse files Browse the repository at this point in the history
Fix typo of variable name in basic select example
  • Loading branch information
Markus Kalkbrenner committed Nov 24, 2018
2 parents e5d603e + 450fb92 commit 327f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1.2-basic-select.php
Expand Up @@ -10,7 +10,7 @@
$query = $client->createQuery($client::QUERY_SELECT);

// Pagination example
$resulsPerPage = 15;
$resultsPerPage = 15;
$currentPage = 1;

// Set the number of results to return
Expand Down

0 comments on commit 327f93b

Please sign in to comment.