Skip to content

Commit e3d7936

Browse files
vinistockandyw8
andauthored
Remove extra The from warning message
Co-authored-by: Andy Waite <[email protected]>
1 parent ed314ae commit e3d7936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/ruby_lsp_rails/rails_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize
2828

2929
unless File.exist?(app_uri_path)
3030
raise NeedsRestartError, <<~MESSAGE
31-
The The Ruby LSP Rails extension needs to be initialized. Please restart the Rails server and the Ruby LSP
31+
The Ruby LSP Rails extension needs to be initialized. Please restart the Rails server and the Ruby LSP
3232
to get Rails features in the editor
3333
MESSAGE
3434
end

0 commit comments

Comments
 (0)