[gnome-devel-docs] Fixed typo in string



commit 3340bd8cec0fa1b57aa77bf0f6fb8d3ebfdb655c
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Oct 16 10:35:31 2012 +0200

    Fixed typo in string

 platform-demos/C/set-up-gedit.js.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/set-up-gedit.js.page b/platform-demos/C/set-up-gedit.js.page
index bc3fb77..b4ed1e5 100644
--- a/platform-demos/C/set-up-gedit.js.page
+++ b/platform-demos/C/set-up-gedit.js.page
@@ -20,7 +20,7 @@
 
   <section id="view">
     <title>Making code clearer</title>
-    <p>Click on <gui>Edit</gui> in gedit's menu bar, then click on <gui>Preferences.</gui> You should see something like this:</p>
+    <p>Click on <gui>Edit</gui> in gedit's menu bar, then click on <gui>Preferences</gui>. You should see something like this:</p>
     <media type="image" mime="image/png" src="media/geditview.png"/>
     <p>Here are the options you want to make sure are turned on.</p>
     <steps>
@@ -35,7 +35,7 @@
     <p>In gedit's <gui>Preferences</gui> dialog, click on the <gui>Editor</gui> tab. You should see something like this:</p>
     <media type="image" mime="image/png" src="media/gediteditor.png"/>
     <p>Here, you want to have <gui>Enable automatic indentation</gui> turned on. This means that when you hit <key>Enter</key> the cursor stays indented as far as the last line was. This is extremely useful when writing JavaScript code, since it uses indentation to make it clearer which parts do what.</p>
-    <note style="tip"><p>If you want to share code with other people who write GNOME JavaScript applications, you'll also want to set <gui>Tab width</gui> to 4 and turn on <gui>Insert spaces instead of tabs.</gui></p></note>
+    <note style="tip"><p>If you want to share code with other people who write GNOME JavaScript applications, you'll also want to set <gui>Tab width</gui> to 4 and turn on <gui>Insert spaces instead of tabs</gui>.</p></note>
   </section>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]