Skip to content

Commit

Permalink
typo (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildabre authored and dg committed Oct 24, 2023
1 parent 99476a2 commit fdbf7c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion database/cs/explorer.texy
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ if ($book->translator) {
}
```

Pokud chceme získat autora více knih, použijeme stejný přístup. Nette Database Explorer za nás z databáze záznamy autorů a překladatelů pro všechny knihy najednou.
Pokud chceme získat autora více knih, použijeme stejný přístup. Nette Database Explorer vybere z databáze záznamy autorů a překladatelů pro všechny knihy najednou.

```php
$books = $explorer->table('book');
Expand Down
2 changes: 1 addition & 1 deletion database/en/explorer.texy
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Fetching Data
Insert, Update & Delete
=======================

Method `insert()` accepts array of Traversable objects (for example [ArrayHash |utils:arrays#ArrayHash] which returns [forms|forms:]):
Method `insert()` accepts array or Traversable objects (for example [ArrayHash |utils:arrays#ArrayHash] which returns [forms|forms:]):

```php
$row = $explorer->table('users')->insert([
Expand Down
4 changes: 2 additions & 2 deletions security/cs/configuration.texy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Konfigurace přístupovch oprávnění
*********************************
Konfigurace přístupových oprávnění
**********************************

.[perex]
Přehled konfiguračních voleb pro Nette Security.
Expand Down

0 comments on commit fdbf7c4

Please sign in to comment.