Skip to content

Commit e4fc2dd

Browse files
committed
Merge branch '2.x' into 2.x-autoload-site-class
# Conflicts: # README.md
2 parents 77bc9fe + 8d4f39c commit e4fc2dd

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
@@ -27,7 +27,7 @@ Small tip: You can make use of Composer’s [autoloading functionality](https://
2727

2828
- `static/` is where you can keep your static front-end scripts, styles, or images. In other words, your Sass files, JS files, fonts, and SVGs would live here.
2929
- `views/` contains all of your Twig templates. These pretty much correspond 1 to 1 with the PHP files that respond to the WordPress template hierarchy. At the end of each PHP template, you’ll notice a `Timber::render()` function whose first parameter is the Twig file where that data (or `$context`) will be used. Just an FYI.
30-
- `tests/` ... basically don’t worry about (or remove) these unless you know what they are and want to.
30+
- `tests/` ... basically don’t worry about (or remove) this unless you know what it is and want to.
3131

3232
## Other Resources
3333

0 commit comments

Comments
 (0)