Skip to content

Commit 1785010

Browse files
authored
chore: fix typo (#85)
1 parent e0ebb95 commit 1785010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/content/main/1-essentials/03-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class BookRepository
6060
}
6161
```
6262

63-
Manually building and executing queries gives you the most flexibility. However, using Tempest's query builder is more convenient—it gives you fluent methods to build queries with without needing to worry about database-specific syntax differences.
63+
Manually building and executing queries gives you the most flexibility. However, using Tempest's query builder is more convenient—it gives you fluent methods to build queries without needing to worry about database-specific syntax differences.
6464

6565
```php
6666
use function Tempest\Database\query;

0 commit comments

Comments
 (0)