Skip to content

Commit ee665e1

Browse files
Merge pull request rails#41914 from jbampton/fix-eg-typo
docs: fix e.g. typo in debugging_rails_applications.md [ci-skip]
2 parents 4b681bd + 372dae7 commit ee665e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/debugging_rails_applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ deleted when that breakpoint is reached.
819819
* `finish [n]`: execute until the selected stack frame returns. If no frame
820820
number is given, the application will run until the currently selected frame
821821
returns. The currently selected frame starts out the most-recent frame or 0 if
822-
no frame positioning (e.g up, down, or frame) has been performed. If a frame
822+
no frame positioning (e.g. up, down, or frame) has been performed. If a frame
823823
number is given it will run until the specified frame returns.
824824

825825
### Editing

0 commit comments

Comments
 (0)