From b31f85d87a59dc7924ddd01c0bbca268124bea8d Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Wed, 2 Dec 2015 17:06:13 +0530 Subject: [PATCH] Fixed typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e9611d8b..174bd51a 100644 --- a/README.markdown +++ b/README.markdown @@ -75,7 +75,7 @@ Internal errors like `ZeroDevisionError` aren't caught. The web console allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case on an error, but -they can also be launched manually in in any page. +they can also be launched manually in any page. For example, calling `console` in a view will display a console in the current page in the context of the view binding.