Skip to content

Commit 8cd87e4

Browse files
committed
Small doc fixes
1 parent fd8af4d commit 8cd87e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/command.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Running the localize command:
7676
7777
$ python manage.py js localize -l fr
7878
79-
will extract all localizable string from your ``.js`` files as usual and add those in your ``.hbs`` files.
79+
will extract all localizable strings from your ``.js`` files as usual and add those in your ``.hbs`` files.
8080

8181
.. code-block:: console
8282
@@ -148,7 +148,7 @@ specifying the target directory for `Bower`_ downloads.
148148
``launcher``
149149
------------
150150

151-
The ``launcher`` command get the full path to a Django.js PhantomJS runner
151+
The ``launcher`` command returns the full path to a Django.js PhantomJS runner
152152
(usefull if you need to execute it manually).
153153

154154
.. code-block:: console

doc/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ dirname
178178
is the application relative path to search into
179179

180180
pattern
181-
is a expressions to extract localizable strings (cane be a list of regular expressions).
181+
is a expressions to extract localizable strings (can be a list of regular expressions).
182182

183183

184184
**Exemple:**

0 commit comments

Comments
 (0)