Browse Source

[doc] fix small mistakes in engine overview

Noemi Vanyi 9 years ago
parent
commit
3f11e9d0e5
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      _sources/dev/engine_overview.txt
  2. 2
    2
      dev/engine_overview.html
  3. 2
    2
      docs/dev/engine_overview.rst

+ 2
- 2
_sources/dev/engine_overview.txt View File

@@ -23,7 +23,7 @@ arguments can be set in the engine file or in the settings file
23 23
 (normally ``settings.yml``). The arguments in the settings file override
24 24
 the ones in the engine file.
25 25
 
26
-It does not matter if an options is stored in the engine file or in the
26
+It does not matter if an option is stored in the engine file or in the
27 27
 settings. However, the standard way is the following:
28 28
 
29 29
 
@@ -63,7 +63,7 @@ often overwritten by the settings. If ``None`` is assigned to an option
63 63
 in the engine file, it has to be redefined in the settings,
64 64
 otherwise searx will not start with that engine.
65 65
 
66
-The naming of that overrides is arbitrary. But the recommended
66
+The naming of overrides is arbitrary. But the recommended
67 67
 overrides are the following:
68 68
 
69 69
 +-----------------------+----------+----------------------------------------------------------------+

+ 2
- 2
dev/engine_overview.html View File

@@ -82,7 +82,7 @@ external search engines. Adapters are stored under the folder
82 82
 arguments can be set in the engine file or in the settings file
83 83
 (normally <code class="docutils literal"><span class="pre">settings.yml</span></code>). The arguments in the settings file override
84 84
 the ones in the engine file.</p>
85
-<p>It does not matter if an options is stored in the engine file or in the
85
+<p>It does not matter if an option is stored in the engine file or in the
86 86
 settings. However, the standard way is the following:</p>
87 87
 <div class="section" id="engine-file">
88 88
 <h3><a class="toc-backref" href="#id4">engine file</a><a class="headerlink" href="#engine-file" title="Permalink to this headline">¶</a></h3>
@@ -154,7 +154,7 @@ settings. However, the standard way is the following:</p>
154 154
 often overwritten by the settings. If <code class="docutils literal"><span class="pre">None</span></code> is assigned to an option
155 155
 in the engine file, it has to be redefined in the settings,
156 156
 otherwise searx will not start with that engine.</p>
157
-<p>The naming of that overrides is arbitrary. But the recommended
157
+<p>The naming of overrides is arbitrary. But the recommended
158 158
 overrides are the following:</p>
159 159
 <table border="1" class="docutils">
160 160
 <colgroup>

+ 2
- 2
docs/dev/engine_overview.rst View File

@@ -23,7 +23,7 @@ arguments can be set in the engine file or in the settings file
23 23
 (normally ``settings.yml``). The arguments in the settings file override
24 24
 the ones in the engine file.
25 25
 
26
-It does not matter if an options is stored in the engine file or in the
26
+It does not matter if an option is stored in the engine file or in the
27 27
 settings. However, the standard way is the following:
28 28
 
29 29
 
@@ -63,7 +63,7 @@ often overwritten by the settings. If ``None`` is assigned to an option
63 63
 in the engine file, it has to be redefined in the settings,
64 64
 otherwise searx will not start with that engine.
65 65
 
66
-The naming of that overrides is arbitrary. But the recommended
66
+The naming of overrides is arbitrary. But the recommended
67 67
 overrides are the following:
68 68
 
69 69
 +-----------------------+----------+----------------------------------------------------------------+