diff options
author | Vipul A M <vipulnsward@gmail.com> | 2014-10-24 00:38:39 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2014-10-24 00:38:39 +0530 |
commit | e65d38cd8111ff8fde696c5501a05639a81ea941 (patch) | |
tree | fea9b69849afa724020489a54768f4ca68643865 | |
parent | cdae8216f582e035370b84edd236af7d22702e75 (diff) | |
download | rails-e65d38cd8111ff8fde696c5501a05639a81ea941.tar.gz rails-e65d38cd8111ff8fde696c5501a05639a81ea941.tar.bz2 rails-e65d38cd8111ff8fde696c5501a05639a81ea941.zip |
`Expresssions` => `Expressions` [ci skip]
-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` |