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

Commit f14d676

Browse files
committed
Adds missing language strings to unreadable code examples
1 parent c77c4a2 commit f14d676

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/book/intro.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ response.
4444

4545
The basic application structure follows:
4646

47-
```
47+
```bash
4848
application_root/
4949
config/
5050
application.config.php
@@ -93,7 +93,7 @@ number of tasks.
9393

9494
The recommended module structure follows:
9595

96-
```
96+
```bash
9797
module_root<named-after-module-namespace>/
9898
Module.php
9999
autoload_classmap.php
@@ -367,7 +367,6 @@ Remember the `application.config.php` from earlier? We're going to provide some
367367
configuration.
368368

369369
```php
370-
<?php
371370
// config/application.config.php
372371
return array(
373372
'modules' => array(

0 commit comments

Comments
 (0)