aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-06-06 02:19:04 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-06-06 02:19:04 +0900
commitf166a01b4bfca7d32428095670a271d0771db797 (patch)
treee8abc322537f24f532cae8b7d31e51bd551e7051 /guides/source/getting_started.md
parent08e97650d6498eaf9fd1a5a275184bbd826a4412 (diff)
downloadrails-f166a01b4bfca7d32428095670a271d0771db797.tar.gz
rails-f166a01b4bfca7d32428095670a271d0771db797.tar.bz2
rails-f166a01b4bfca7d32428095670a271d0771db797.zip
Fix period position
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index e8b224a1a3..64f4a3b6b3 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -55,7 +55,7 @@ The Rails philosophy includes two major guiding principles:
* **Don't Repeat Yourself:** DRY is a principle of software development which
states that "Every piece of knowledge must have a single, unambiguous, authoritative
- representation within a system." By not writing the same information over and over
+ representation within a system". By not writing the same information over and over
again, our code is more maintainable, more extensible, and less buggy.
* **Convention Over Configuration:** Rails has opinions about the best way to do many
things in a web application, and defaults to this set of conventions, rather than