Skip to content

Commit 0f54d05

Browse files
authored
Fix typo
1 parent 75f4ba5 commit 0f54d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ try {
5656
echo 'Bad user key';
5757
} catch (\GusApi\Exception\NotFoundException $e) {
5858
echo 'No data found <br>';
59-
echo 'For more information read server message belowe: <br>';
59+
echo 'For more information read server message below: <br>';
6060
echo $gus->getResultSearchMessage($sessionId);
6161
}
6262

0 commit comments

Comments
 (0)