diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index b5634a693f9549917b62126999692e6b115eedef..f0d0f9753af1d2b97ea4dbfc3dabf2a7cdc1c289 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -727,7 +727,7 @@ For example, in the previous situation 13: end (byebug) break 11 -Succesfully created breakpoint with id 1 +Successfully created breakpoint with id 1 ```