1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 03:14:12 +01:00

Fix the initial note markup and a typo in the tutorial.

Closes issue #166.
This commit is contained in:
Štěpán Němec
2010-12-04 19:13:53 +01:00
parent 1ead903ab7
commit a26b410daa

View File

@@ -12,11 +12,11 @@
<!-- Initial revision: Sun Jun 8 10:07:05 UTC 2008 (penryu) -->
<h1 tag="tutorial">Quick-start tutorial</h1>
<html:p style="text-align: center">
<note>
This is a quickstart tutorial to help new users get up and running
in &dactyl.appName;. It is not intended as a full reference explaining all
features.
</html:p>
</note>
<p>
If you've started using &dactyl.appName; from scratch (i.e., without any
@@ -43,7 +43,7 @@
<h2 tag="modal">&dactyl.appName;'s modal interface</h2>
<p>
&dactyl.appName;'s power, like Vim's, comes from it's modal interface. Keys have
&dactyl.appName;'s power, like Vim's, comes from its modal interface. Keys have
different meanings depending on which mode the browser is in. &dactyl.appName; has
several modes, but the 2 most important are <em>Normal</em> mode and
<em>Command-line</em> mode.