@@ -229,14 +229,14 @@ For development purposes, you can start a full stack to run your current phpMyFA
229229
230230The command above starts nine containers for ^multi-database development as follows.
231231
232- _ Specific images started once to prepare the project:_
232+ _ Specific images started at once to prepare the project:_
233233
234234- ** composer** : update Composer dependencies
235235- ** pnpm** : update PNPM dependencies
236236
237237_ Running using named volumes:_
238238
239- - ** mariadb** : image with MariaD B database with xtrabackup support
239+ - ** mariadb** : image with MariaDB database with xtrabackup support
240240- ** phpmyadmin** : a PHP tool to have a look on your MariaDB database.
241241- ** postgres** : image with PostgreSQL database
242242- ** pgadmin** : a PHP tool to have a look on your PostgreSQL database.
@@ -292,7 +292,11 @@ To run the PHPUnit-based tests, you can use the following command:
292292
293293 $ composer test
294294
295- To run the Jest-based tests, you can use the following command:
295+ To run the ESLint-based checks, you can use the following command:
296+
297+ $ pnpm eslint .
298+
299+ To run the Vitest-based tests, you can use the following command:
296300
297301 $ pnpm test
298302
@@ -319,7 +323,7 @@ You can now make a pull request on the phpMyFAQ GitHub repository.
319323
320324## 8.6 Builtin Twig Extensions
321325
322- phpMyFAQ v4 and later uses the Twig template engine for the frontend and the backend.
326+ phpMyFAQ v4 and later use the Twig template engine for the frontend and the backend.
323327We have added some custom extensions to Twig to make it easier to work with phpMyFAQ.
324328
325329### Category Name Twig Extension
0 commit comments