From 7e517062778d99ca2f72c40ca3eae3da554d19e1 Mon Sep 17 00:00:00 2001 From: Cameo Langford Date: Thu, 18 Oct 2018 20:24:47 +1100 Subject: [PATCH] Updated Debugging Ruby on Rails to fix typos --- debugging-Ruby-on-Rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging-Ruby-on-Rails/README.md b/debugging-Ruby-on-Rails/README.md index a758cfe..867230f 100644 --- a/debugging-Ruby-on-Rails/README.md +++ b/debugging-Ruby-on-Rails/README.md @@ -2,7 +2,7 @@ by [@karuppasamy](https://twitter.com/samykaruppa) -This recipe shows how to debug Ruby on Rails (w/o jRuby) applicaiton using the VS Code extension [vscode-ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby) along with the ruby gems [ruby-debug-ide](https://rubygems.org/gems/ruby-debug-ide) and [ruby-debug-base](https://rubygems.org/gems/ruby-debug-base) or [debase](https://rubygems.org/gems/debase). +This recipe shows how to debug a Ruby on Rails (without jRuby) application using the VS Code extension [vscode-ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby) along with the Ruby gems [ruby-debug-ide](https://rubygems.org/gems/ruby-debug-ide) and [ruby-debug-base](https://rubygems.org/gems/ruby-debug-base) or [debase](https://rubygems.org/gems/debase). ## Getting Started