Skip to content

Commit 372dae7

Browse files
committed
docs: fix e.g. typo in debugging_rails_applications.md
e.g. is the abbreviation for the Latin phrase exempli gratia, meaning “for example.” This abbreviation is typically used to introduce one or more examples of something mentioned previously in the sentence and can be used interchangeably with “for example” or “such as.”
1 parent 4b681bd commit 372dae7

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)