From c6e4c3e7b679d6ed6a2b15f8e3e50a5df64bbf86 Mon Sep 17 00:00:00 2001 From: hebi Date: Sun, 11 Aug 2024 20:47:36 +0200 Subject: [PATCH] fix/ trailing space --- ruby/introduction/installing_ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/introduction/installing_ruby.md b/ruby/introduction/installing_ruby.md index 95577c46fe2..26b82b1777f 100644 --- a/ruby/introduction/installing_ruby.md +++ b/ruby/introduction/installing_ruby.md @@ -66,7 +66,7 @@ First, you need to clone the rbenv repository. git clone https://github.com/rbenv/rbenv.git ~/.rbenv ``` -Next command takes care of setting rbenv. +Next command takes care of setting rbenv. ```bash rbenv init