Skip to content

Commit 9fe874f

Browse files
authored
Fix a small typo in the README
shotTables -> showTables
1 parent 75deb4d commit 9fe874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ $result = SphinxQL::create($this->conn)
385385
* `Helper::create($conn)->showMeta() => 'SHOW META'`
386386
* `Helper::create($conn)->showWarnings() => 'SHOW WARNINGS'`
387387
* `Helper::create($conn)->showStatus() => 'SHOW STATUS'`
388-
* `Helper::create($conn)->shotTables() => 'SHOW TABLES'`
388+
* `Helper::create($conn)->showTables() => 'SHOW TABLES'`
389389
* `Helper::create($conn)->showVariables() => 'SHOW VARIABLES'`
390390
* `Helper::create($conn)->setVariable($name, $value, $global = false)`
391391
* `Helper::create($conn)->callSnippets($data, $index, $query, $options = array())`

0 commit comments

Comments
 (0)