From 372dae73ed22932d6d376495d2c89dd73bc61668 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 12 Apr 2021 02:08:21 +1000 Subject: [PATCH] docs: fix e.g. typo in debugging_rails_applications.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.” --- guides/source/debugging_rails_applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index e25565b1e6..3c3775795c 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -819,7 +819,7 @@ deleted when that breakpoint is reached. * `finish [n]`: execute until the selected stack frame returns. If no frame number is given, the application will run until the currently selected frame returns. The currently selected frame starts out the most-recent frame or 0 if -no frame positioning (e.g up, down, or frame) has been performed. If a frame +no frame positioning (e.g. up, down, or frame) has been performed. If a frame number is given it will run until the specified frame returns. ### Editing