Skip to content

Commit 17dcd66

Browse files
kbladowalimi
authored andcommitted
Changes for grammar or spelling.
1 parent 97afbb0 commit 17dcd66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You don't need to edit this file, it's empty on purpose.
33
# Edit theme's home layout instead if you wanna make some changes
44
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
5-
layout: before_you_get_started
5+
layout: before_you_get_started
66
title: B'more on Rails -- Introduction to Rails
77
---
88
{% sectionheader %}
@@ -11,16 +11,16 @@ Before you get started
1111

1212
### What is Rails?
1313

14-
Rails is a framework for building web applications and it uses the Ruby programming language. The important thing that differentiates a web application from a web-site is that an application includes a database on the backend that allows it to store and return data over long periods of time. It's likely that most web pages you visit these days are actually web applications.
14+
Rails is a framework for building web applications, and it uses the Ruby programming language. The important thing that differentiates a web application from a website is that an application includes a database on the backend that allows it to store and return data over long periods of time. It's likely that most web pages you visit these days are actually web applications.
1515

16-
Rails is also open source means that no one "owns" the Rails framework. While there's a governing body that helps set standards and ensure that it continues to grow and develop with technology, anyone can contribute to it's development. This also means that Rails will always be free to use.
16+
Rails is also open source, which means that no one "owns" the Rails framework. While there's a governing body that helps set standards and ensures that it continues to grow and develop with technology, anyone can contribute to its development. This also means that Rails will always be free to use.
1717

18-
As you work through the tutorial, don't stress if you don't understand every detail perfectly. This technology is complex and it takes a lot of practice to start feeling like you truely understand how it all works.
18+
As you work through the tutorial, don't stress if you don't understand every detail perfectly. This technology is complex, and it takes a lot of practice to start feeling like you truly understand how it all works.
1919

2020
### Prerequisites
2121

22-
1. Before building anything with Rails you'll need to get your computer set up. Check out our [install instructions]({{ site.baseurl }}/installation.html) to be sure you have everything set up and ready to go.
22+
1. Before building anything with Rails, you'll need to set up your computer. Check out our [install instructions]({{ site.baseurl }}/installation.html) to be sure you have everything set up and ready to go.
2323

24-
1. You don't need to be a programming wizard✨ to build something with Rails. However, it helps if you've read a little bit about the Ruby. Ruby is the programming language that Rails is built on. We recommend completing [Ruby in 100 minutes](http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html) before starting Chapter 1.
24+
1. You don't need to be a programming wizard✨ to build something with Rails. However, it helps if you've read a little bit about the Ruby. Ruby is the programming language that Rails is built on. We recommend completing [Ruby in 100 Minutes](http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html) before starting Chapter 1.
2525

2626
<div class="start-button"><a href="{{site.baseurl}}/tutorial/chapter_01" target="_self">Start The Tutorial</a></div>

0 commit comments

Comments
 (0)