Skip to content

Commit cbcab0d

Browse files
committed
Fix typo
1 parent 79e62cc commit cbcab0d

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
@@ -13,7 +13,7 @@ Nette provides a powerful layer for accessing your database easily.
1313
- uses efficient queries and does not transmit unnecessary data
1414

1515
The `Nette\Database\Connection` class is a wrapper around the PDO and represents a connection to the database.
16-
The core functionality is provided by `Nette\Database\Context`. `Nette\Database\Table` layer orivudes an enhanced layer for table querying.
16+
The core functionality is provided by `Nette\Database\Context`. `Nette\Database\Table` layer provides an enhanced layer for table querying.
1717

1818
To create a new database connection just create a new instance of [api:Nette\Database\Connection] class:
1919

0 commit comments

Comments
 (0)