Skip to content

Commit a37cf4f

Browse files
committed
fixing typos on os page
1 parent 6ff8e19 commit a37cf4f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-07T13:24:38Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-07T13:26:11Z</updated></feed>

operating-systems.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ <h2>Operating systems learning checklist</h2>
6969
Harden the security through a few basic steps. Install basic security
7070
packages such as <a href="http://www.fail2ban.org/wiki/index.php/Main_Page">fail2ban</a>
7171
or its equivalent. Create a new user account with sudo privileges and disable
72-
root logins. Disable password-only logins and Use a public-private keypair
72+
root logins. Disable password-only logins and use a public-private keypair
7373
instead. Read more about hardening systems in the resources listed below.</p>
7474
<p><i class="fa fa-check-square-o"></i>
75-
Install Python-specific packages to prepare the environment for an application
76-
deployment. Which packages you'll need to install depends on the distribution
77-
you've selected.</p>
75+
Install Python-specific packages to prepare the environment for running a
76+
Python application. Which packages you'll need to install depends on the
77+
distribution you've selected.</p>
7878
<p><i class="fa fa-check-square-o"></i>
7979
Read up on <a href="/web-servers.html">web servers</a> as installing one will be the
8080
next step in the deployment process.</p>

source/content/pages/03-deployment/0305-operating-systems.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Fedora-based distribution like CentOS.
4848
Harden the security through a few basic steps. Install basic security
4949
packages such as [fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page)
5050
or its equivalent. Create a new user account with sudo privileges and disable
51-
root logins. Disable password-only logins and Use a public-private keypair
51+
root logins. Disable password-only logins and use a public-private keypair
5252
instead. Read more about hardening systems in the resources listed below.
5353

5454
<i class="fa fa-check-square-o"></i>
55-
Install Python-specific packages to prepare the environment for an application
56-
deployment. Which packages you'll need to install depends on the distribution
57-
you've selected.
55+
Install Python-specific packages to prepare the environment for running a
56+
Python application. Which packages you'll need to install depends on the
57+
distribution you've selected.
5858

5959
<i class="fa fa-check-square-o"></i>
6060
Read up on [web servers](/web-servers.html) as installing one will be the

0 commit comments

Comments
 (0)