Skip to content

Commit 32f4752

Browse files
authored
DOCS: small typo LIMT (Update README.md) (#866)
1 parent 3796e26 commit 32f4752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ User.find_by_email("[email protected]")
231231
```sql
232232
-- Grab a bunch of users from shard 1
233233
SET SHARD TO '1';
234-
SELECT * FROM users LIMT 10;
234+
SELECT * FROM users LIMIT 10;
235235

236236
-- Find by id
237237
SET SHARDING KEY TO '1234';

0 commit comments

Comments
 (0)