README.markdown in arel-6.0.0.beta1 vs README.markdown in arel-6.0.0.beta2

- old
+ new

@@ -182,10 +182,10 @@ # => SELECT * FROM comments INNER JOIN comments AS comments_2 WHERE comments_2.parent_id = comments.id AND comments.id = 1 ``` This will return the reply for the first comment. -[Common Table Expresssions(CTE)](https://en.wikipedia.org/wiki/Common_table_expressions#Common_table_expression) support via: +[Common Table Expressions(CTE)](https://en.wikipedia.org/wiki/Common_table_expressions#Common_table_expression) support via: Create a `CTE` ```ruby cte_table = Arel::Table.new(:cte_table)