diff --git a/README.md b/README.md index 763f227..644e408 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ as3-to-typescript ##Note -This tool will not magicly transform your as3 codebase into perfectly typescript, the goal is to transform the sources into *syntacticly* correct typescript, and even this goal is not perfectly respected. It also won't try to provide javascript implementation for flash libraries. +This tool will not magicly transform your as3 codebase into perfect typescript, the goal is to transform the sources into *syntacticly* correct typescript, and even this goal is not perfectly respected. It also won't try to provide javascript implementation for flash libraries. -However unlike most attempt that I have seen this tool is based on a true action script parser, and so should be able to handle most of as3 construct and greatly ease the pain of porting a large code base writtne in as3 to typescript. +However unlike most attempts that I have seen this tool is based on a true actionscript parser, and so should be able to handle most of as3 constructs and greatly ease the pain of porting a large code base written in as3 to typescript.