Skip to content

Commit

Permalink
typo (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerabina authored and dg committed Jan 9, 2022
1 parent 54cdf2d commit 00b434c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/cs/caching.texy
Expand Up @@ -364,7 +364,7 @@ Vyžaduje PHP rozšíření `pdo` a `pdo_sqlite`.

```neon
services:
cache.storage: Nette\Caching\Storages\SQLiteStorage('$tempDir%/cache.db')
cache.storage: Nette\Caching\Storages\SQLiteStorage('%tempDir%/cache.db')
```


Expand Down
2 changes: 1 addition & 1 deletion doc/en/caching.texy
Expand Up @@ -364,7 +364,7 @@ Requires PHP extensions `pdo` and `pdo_sqlite`.

```neon
services:
cache.storage: Nette\Caching\Storages\SQLiteStorage('$tempDir%/cache.db')
cache.storage: Nette\Caching\Storages\SQLiteStorage('%tempDir%/cache.db')
```


Expand Down

0 comments on commit 00b434c

Please sign in to comment.