diff --git a/guide/english/ruby/index.md b/guide/english/ruby/index.md
index efa8a1a3aa..d2f3c91fa7 100644
--- a/guide/english/ruby/index.md
+++ b/guide/english/ruby/index.md
@@ -109,7 +109,7 @@ Prints each object to $stdout. Objects that aren’t strings will be converted b
```
## Frameworks(gems)
-Ruby has several frameworks(gems) for quickly scaffolding applications. The most popular by far is Rails which was initially released in 2004\. Other frameworks(gems) for Ruby include Sinatra, Lotus, and Volt. Each of these options has their pros and cons for development and cater to a variety needs.
+Ruby has several frameworks (gems) for quickly scaffolding applications. The most popular by far is Rails which was initially released in 2004\. Other frameworks (gems) for Ruby include Sinatra, Lotus, and Volt. Each of these options has their pros and cons for development and cater to a variety needs.
## Ruby Framework for mobile development