Browse Source

Typos.

pull/4/head
Jamie 12 years ago
parent
commit
8ef0645901
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      awesome-php.md

+ 2
- 2
awesome-php.md View File

94
 * [Klein](https://github.com/chriso/klein.php) - A fast routing library.
94
 * [Klein](https://github.com/chriso/klein.php) - A fast routing library.
95
 
95
 
96
 ## Templating
96
 ## Templating
97
-*Libraries and tools for templating and lexing*
97
+*Libraries and tools for templating and lexing.*
98
 
98
 
99
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
99
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
100
 * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
100
 * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
404
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
404
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
405
 
405
 
406
 ## Data Structure and Storage
406
 ## Data Structure and Storage
407
-*Libraries that implemented data structure or storage techniques.*
407
+*Libraries that implement data structure or storage techniques.*
408
 
408
 
409
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
409
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
410
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
410
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.

Loading…
Cancel
Save