From 6dcae8ae9c21abd95cc119dd5625b4fb44fd4350 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 05:14:08 -0800 Subject: Add periods to the bullet points in guides. Talked with @fxn about this. Bullet points should have periods at the ends. --- guides/source/debugging_rails_applications.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guides/source/debugging_rails_applications.md') diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index d4415d9b76..7b21cac50e 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -3,10 +3,10 @@ Debugging Rails Applications This guide introduces techniques for debugging Ruby on Rails applications. By referring to this guide, you will be able to: -* Understand the purpose of debugging -* Track down problems and issues in your application that your tests aren't identifying -* Learn the different ways of debugging -* Analyze the stack trace +* Understand the purpose of debugging. +* Track down problems and issues in your application that your tests aren't identifying. +* Learn the different ways of debugging. +* Analyze the stack trace. -------------------------------------------------------------------------------- -- cgit v1.2.3