Skip to content

Commit

Permalink
Fix wording (inspection -> introspection) (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Sep 25, 2024
1 parent df939b0 commit 3153522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jekyll/rails-add-on.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ nav_order: 10

[Ruby LSP Rails](https://github.com/Shopify/ruby-lsp-rails) is a Ruby LSP add-on that enhances the base Ruby LSP functionality
with Rails-specific features. It provides improved code navigation, document symbols for Rails-specific elements,
and runtime inspection capabilities.
and runtime introspection capabilities.

It [communicates with a running Rails instance](#runtime-inspection) to provide dynamic information about the application,
It [communicates with a running Rails instance](#runtime-introspection) to provide dynamic information about the application,
enabling more accurate and context-aware language server features.

## Table of Contents

- [Installation](#installation)
- [Runtime Inspection](#runtime-inspection)
- [Runtime Introspection](#runtime-introspection)
- [Features](#features)
- [**Document Symbol**](#document-symbol)
- [Active Record Callbacks, Validations, and Associations](#active-record-callbacks-validations-and-associations)
Expand All @@ -41,7 +41,7 @@ enabling more accurate and context-aware language server features.
Ruby LSP detects Rails projects and installs the [Rails add-on](https://github.com/Shopify/ruby-lsp-rails) for you.

## Runtime Inspection
## Runtime Introspection

LSP tooling is typically based on static analysis, but `ruby-lsp-rails` actually communicates with your Rails app for
some features.
Expand Down

0 comments on commit 3153522

Please sign in to comment.