diff options
author | Matthew Draper <matthew@trebex.net> | 2014-10-24 05:44:33 +1030 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2014-10-24 05:44:33 +1030 |
commit | 7c34f82dc7b42c528acb2b509d8f220c1600acd5 (patch) | |
tree | fea9b69849afa724020489a54768f4ca68643865 | |
parent | cdae8216f582e035370b84edd236af7d22702e75 (diff) | |
parent | e65d38cd8111ff8fde696c5501a05639a81ea941 (diff) | |
download | rails-7c34f82dc7b42c528acb2b509d8f220c1600acd5.tar.gz rails-7c34f82dc7b42c528acb2b509d8f220c1600acd5.tar.bz2 rails-7c34f82dc7b42c528acb2b509d8f220c1600acd5.zip |
Merge pull request #324 from vipulnsward/cte
`Expresssions` => `Expressions`
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 1776330da8..76efb2b34a 100644 --- a/README.markdown +++ b/README.markdown @@ -184,7 +184,7 @@ comments_with_replies = \ 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` |