Skip to content

Commit e8eb46d

Browse files
committed
updating source control text for clarity
1 parent 01e057e commit e8eb46d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-06-06T12:03:17Z</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-06-06T12:07:13Z</updated></feed>

source-control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Why is source control necessary?</h2>
5252
project should immediately begin by using a version control system such
5353
as Git or Mercurial.</p>
5454
<p><img src="theme/img/app-source-control.png" width="100%" class="technical-diagram" alt="App deployment uses a server to pull from the source control system."></p>
55-
<p>Pulling code during a deployment is One way source control systems can fit
55+
<p>Pulling code during a deployment is a potential way source control systems fit
5656
into the deployment process. </p>
5757
<p>Note that some developers recommend deployment pipelines package the source
5858
code to deploy it and never have a production environment touch a source

source/content/pages/03-deployment/0313-source-control.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ as Git or Mercurial.
3434

3535
<img src="theme/img/app-source-control.png" width="100%" class="technical-diagram" alt="App deployment uses a server to pull from the source control system.">
3636

37-
Pulling code during a deployment is One way source control systems can fit
37+
Pulling code during a deployment is a potential way source control systems fit
3838
into the deployment process.
3939

4040
Note that some developers recommend deployment pipelines package the source

0 commit comments

Comments
 (0)