Skip to content

Commit 48e3867

Browse files
committed
Fixed spelling errors throughout Installfest
1 parent c015494 commit 48e3867

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

sites/en/installfest/create_a_github_account.step

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ step "Set up SSH authentication with GitHub" do
4343

4444
message "On the account setting page, select **SSH Keys** from the column on the left."
4545

46-
message "At the top right of this page, clik the button that says **Add SSH key**. In the title field, give a name for your SSH key, you might call it **My PC** or **Personal MacBook**. In the key field, paste the key you copied."
46+
message "At the top right of this page, click the button that says **Add SSH key**. In the title field, give a name for your SSH key, you might call it **My PC** or **Personal MacBook**. In the key field, paste the key you copied."
4747

4848
message "Click **Add Key**"
4949

5050
message "Confirm the action by providing your GitHub Password"
5151
end
5252

53-
step "Confirm SSH Authentification" do
53+
step "Confirm SSH Authentication" do
5454

5555
message "Confirm that you have successfully set up SSH Authentication for GitHub"
5656

sites/en/installfest/create_a_heroku_account.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ step "Add your SSH key to your Heroku account" do
3434
end
3535

3636
section 'GitHub' do
37-
message "Since by now you sould have both Git and an SSH key, you can optionally [Create a Github account](create_a_github_account) to share code with your friends."
37+
message "Since by now you should have both Git and an SSH key, you can optionally [Create a Github account](create_a_github_account) to share code with your friends."
3838
end
3939

4040
next_step "create_a_rails_app"

sites/en/installfest/create_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ step "Create a new Rails app" do
2727
console "cd test_app"
2828
console "rails server"
2929

30-
tip "In Windows, you may need to let Ruby and Rails communicate through your firewall. Say yes to the popup."
30+
tip "In Windows, you may need to let Ruby and Rails communicate through your firewall. Say yes to the pop up."
3131

3232
tip "Shortcut: Just type 'rails s'" do
3333
message <<-MARKDOWN

sites/en/installfest/editors.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ There are a number of different editors designed for programming. You may alread
55
* <a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a> is popular with many Ruby and Rails users. You can use it free for evaluation, then must pay to continue using it.
66
* <a href="http://komodoide.com/download/" target="_blank">Komodo</a> is a very good free programming editor, that is not used as widely as in the past. It is relatively easy to use.
77
* <a href="http://macromates.com/" target="_blank">TextMate</a> is very popular in the Ruby and Rails community. It is not free.
8-
* <a href="https://atom.io/" target="_blank">Atom</a> is a free, open-source editor that can be customized with HTML, CSS, and JavaScript. A download is available for OSX 10.8+, Windows 7/8, and Ubuntu/RedHat linux.
8+
* <a href="https://atom.io/" target="_blank">Atom</a> is a free, open-source editor that can be customized with HTML, CSS, and JavaScript. A download is available for OS X 10.8+, Windows 7/8, and Ubuntu/RedHat linux.
99
* <a href="http://aptana.com/products/studio3" target="_blank">Aptana Studio</a> is a free, full-featured, development IDE (Integrated Development Environment) for Ruby and Rails. It has many powerful features to assist you while you develop your code. You can install Aptana as either a stand-along program or as an <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse</a> plugin.
1010
* <a href="http://www.jetbrains.com/ruby/" target="_blank">RubyMine</a> is used by many companies for their Ruby and Rails software development. Is is also a full-featured IDE, very similar to Aptana. RubyMine is not free, but has a 30-day evaluation period.
1111

sites/en/installfest/install_xcode_from_dvd.step

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ end
1111
step "Keep on clicking..." do
1212
li 'Click "Continue" at the Introduction screen.'
1313
li 'Click "Continue" at the License screen.'
14-
li 'Click "Agree" in the popup to agree to the license.'
14+
li 'Click "Agree" in the pop up to agree to the license.'
1515
li 'Click "Continue" at the Destination Select screen.'
1616
li "Click \"Continue\" at the Installation Type screen. (Don't change the checkboxes.)"
1717
end
1818

1919
step 'Click "Install".' do
20-
message "Enter your user password in the popup to REALLY start installing. It takes a while."
20+
message "Enter your user password in the pop up to REALLY start installing. It takes a while."
2121
end
2222

2323
step 'Click "Close"' do

sites/en/installfest/linux.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MARKDOWN
88

99
step "Install packaged software and libraries" do
1010
message <<-MARKDOWN
11-
Open a terminal (Applications > Accessories > Terminal). You may want to right-click on the terminal icon and select "Add to panel" so the icon will appear next to the default help and firefox icons in the top panel.
11+
Open a terminal (Applications > Accessories > Terminal). You may want to right-click on the terminal icon and select "Add to panel" so the icon will appear next to the default help and Firefox icons in the top panel.
1212
MARKDOWN
1313

1414
apts = %w{

sites/en/installfest/macintosh.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ step "Choose your instructions" do
3535
end
3636
option "Earlier than Snow Leopard" do
3737
important "You should try upgrading to at least **Snow Leopard**. Apple doesn't sell it the Apple store anymore, so you'll have to [buy it from them online](http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard) or find a copy from a friend."
38-
message "It may be possible to get Ruby and Rails installed if your OS is older than Snow Leopard, but you're likely to encounter a lot of tough roadblocks that will require some intense googling."
38+
message "It may be possible to get Ruby and Rails installed if your OS is older than Snow Leopard, but you're likely to encounter a lot of tough roadblocks that will require some intense Googling."
3939
end
4040
end

sites/en/installfest/windows.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ step "Open a Terminal" do
9494
end
9595

9696
step "Update RubyGems" do
97-
message "The version of RubyGems that comes with Railsinstaller has some problems. Follow these steps to upgrade it!"
97+
message "The version of RubyGems that comes with RailsInstaller has some problems. Follow these steps to upgrade it!"
9898

9999
step "Check to see if you need to update" do
100100
console "gem -v"

0 commit comments

Comments
 (0)