Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui authored and weierophinney committed Oct 15, 2018
1 parent 4651382 commit e27a9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v1/config.md
Expand Up @@ -134,7 +134,7 @@ use Zend\Expressive\Session\Cache\CacheSessionPersistence;
use Zend\Expressive\Session\SessionPersistenceInterface;

return [
'dependencies => [
'dependencies' => [
'aliases' => [
SessionPersistenceInterface::class => CacheSessionPersistence::class,
],
Expand All @@ -151,7 +151,7 @@ use Zend\Expressive\Session\Cache\CacheSessionPersistenceFactory;
use Zend\Expressive\Session\SessionPersistenceInterface;

return [
'dependencies => [
'dependencies' => [
'factories' => [
SessionPersistenceInterface::class => CacheSessionPersistenceFactory::class,
],
Expand Down

0 comments on commit e27a9fb

Please sign in to comment.