Skip to content

Commit aa3937d

Browse files
committed
typo
1 parent f9ec160 commit aa3937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Additionally, this version requires PHP 8.2.
99
- The `app/` directory has been replaced with `config/` and `src/`
1010
- All configuration files now reside under [config/](config), organized by environment
1111
- Application configuration resides in [config/packages](config/packages)
12-
- The console has moved form `app/console` to [bin/console](bin/console)
12+
- The console has moved from `app/console` to [bin/console](bin/console)
1313
- Database migrations have moved to [migrations/](migrations)
1414
- `AppKernel` has been replaced with [Kernel](src/Kernel.php)
1515
- Logs has moved from `app/logs` to [var/log](var/log)

0 commit comments

Comments
 (0)