Fix some typos

This commit is contained in:
Rotzbua
2023-09-17 22:54:49 +02:00
parent 094604a87c
commit 51c68655fb
9 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ parameters:
test_database_name: ~
test_database_user: ~
test_database_password: ~
# Using an environnement variable in order to avoid the error "attempt to write a readonly database"
# Using an environment variable in order to avoid the error "attempt to write a readonly database"
# when the schema is dropped then recreate
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"