Skip to content

Commit 0f3b449

Browse files
stsewdericholscher
andauthored
Apply suggestions from code review
Co-authored-by: Eric Holscher <[email protected]>
1 parent 7eb7f96 commit 0f3b449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/search-indexing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Read the Docs provides :doc:`server side search (SSS) </server-side-search>`
55
in replace of the default search engine of your site.
66
To accomplish this, Read the Docs parses the content directly from your HTML pages [*]_.
77

8-
If you are the author of a theme or a static site generator you can read the next document,
9-
and follow some conventions in order to improve the integration of SSS with your theme/site.
8+
If you are the author of a theme or a static site generator you can read this document,
9+
and follow some conventions to improve the integration of search with your theme/site.
1010

1111
Indexing
1212
--------
@@ -30,7 +30,7 @@ Read the Docs makes use of ARIA_ roles and other heuristics in order to process
3030
Main content node
3131
~~~~~~~~~~~~~~~~~
3232

33-
The main content node should have a main role (or a ``main`` tag), and should exists only one per page.
33+
The main content node should have a main role (or a ``main`` tag), and there should only be one per page.
3434
This node is the one that contains all the page content. Example:
3535

3636
.. code-block:: html

0 commit comments

Comments
 (0)