Skip to content

Commit 5c0cee0

Browse files
docs(spelling): pallets-eco#93
1 parent 10ed6bc commit 5c0cee0

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
@@ -65,7 +65,7 @@ sess.init_app(app)
6565
## Configuration
6666

6767
The following configuration values exist for Flask-Session. Flask-Session loads these values from your Flask application config, so you should configure
68-
your app first before you pass it to Flask-Session. Note that these values cannot be modified after the ``init_app`` was applyed so make sure to not modify them at runtime.
68+
your app first before you pass it to Flask-Session. Note that these values cannot be modified after the ``init_app`` was applied so make sure to not modify them at runtime.
6969

7070
We are not supplying something like `SESSION_REDIS_HOST` and `SESSION_REDIS_PORT`, if you want to use the `RedisSessionInterface`, you should configure `SESSION_REDIS` to your own `redis.Redis` instance. This gives you more flexibility, like maybe you want to use the same `redis.Redis` instance for cache purpose too, then you do not need to keep two `redis.Redis` instance in the same process.
7171

0 commit comments

Comments
 (0)