Skip to content

Commit f7b3a85

Browse files
TysonAndrenikic
authored andcommitted
Fix typo in README
1 parent 3cc2681 commit f7b3a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation
2020
------------
2121

2222
**Windows**: Download a [prebuilt Windows DLL](http://windows.php.net/downloads/pecl/releases/ast/)
23-
and move it into the `ext/` directory of your PHP instalation. Furthermore add
23+
and move it into the `ext/` directory of your PHP installation. Furthermore add
2424
`extension=php_ast.dll` to your `php.ini` file.
2525

2626
**Unix (PECL)**: Run `pecl install ast` and add `extension=ast.so` to your `php.ini`.
@@ -640,7 +640,7 @@ There are a number of differences in the AST representation and available suppor
640640
[php-ast-reverter][php-ast-reverter] package implements this functionality.
641641
* Name resolution (resolving namespace prefixes and aliases): There is currently no standalone
642642
package for this.
643-
* AST traversation / visitation: There is currently no standalone package for this either, but
643+
* AST traversal / visitation: There is currently no standalone package for this either, but
644644
implementing a recursive AST walk is easy.
645645

646646
The [php-parser-to-php-ast][php-parser-to-php-ast] project can convert the AST produced by

0 commit comments

Comments
 (0)