Skip to content

Commit

Permalink
Merge pull request elementary#432 from elementary/correct-gb-typo
Browse files Browse the repository at this point in the history
Add whitespace for 'GB' notation
  • Loading branch information
lewisgoddard committed Feb 24, 2015
2 parents b2741db + 77353fc commit 9ed842a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div id="creating-a-usb-on-windows" class="slide">
<h3>Windows</h3>

<p>Begin with a spare USB flash drive with at least 1GB of free space.</p>
<p>Begin with a spare USB flash drive with at least 1 GB of free space.</p>

<p>You'll also need a small application called Rufus. You'll have to download it from <a href="https://rufus.akeo.ie/" target="_blank">its website</a> and open the downloaded file to launch it. It will open a window like the one below:</p>

Expand All @@ -76,7 +76,7 @@
<div id="creating-a-usb-on-others" class="slide">
<h3>OS X, Ubuntu, and others</h3>

<p>Begin with a spare USB flash drive with at least 1GB of free space.</p>
<p>Begin with a spare USB flash drive with at least 1 GB of free space.</p>

<p>You'll also need a small application called UNetbootin. To install it in Ubuntu, just <a href="http://appnr.com/install/unetbootin">click this link</a>. In OS X you'll have to download it from <a href="http://unetbootin.sourceforge.net/" target="_blank">its website</a> and open the downloaded file to install it.</p>

Expand Down Expand Up @@ -128,4 +128,4 @@
<script type="text/javascript" src="scripts/installation.js"></script>
<?php
include $template['footer'];
?>
?>

0 comments on commit 9ed842a

Please sign in to comment.