diff --git a/docs/idareplayobserver.rst b/docs/idareplayobserver.rst
index 3c8f696b285dd493e89654c07d2eac570549ee4c..c9a3b93085422fc7e1fc6656824e3c8a5701df6e 100644
--- a/docs/idareplayobserver.rst
+++ b/docs/idareplayobserver.rst
@@ -3,7 +3,7 @@ IDAReplayObserver
 
 .. class:: library.IDAReplayObserver
 
-   This is a class for following a replay. Se :ref:`Replays <replays>` for a example.
+   This is a class for following a replay.
 
    Inherited methods:
 
diff --git a/docs/index.rst b/docs/index.rst
index 50fe4ed2910545d8d70e59f1e0ad16812d01a6c0..73c52df20b09d553c9c7773975845f3afe2803d1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -30,7 +30,7 @@ Table of contents
    constants
    replays
    idareplayobserver
-   replayuinit
+   replayunit
    
 .. autosummary::
    :toctree: _autosummary
diff --git a/docs/replays.rst b/docs/replays.rst
index 6fb6d23d08e29d11b0074aeba490b960e2787202..be0b533bb32ec860c1d825713010534d76f834f6 100644
--- a/docs/replays.rst
+++ b/docs/replays.rst
@@ -60,7 +60,7 @@ Here is a short example that uses SC2Reader to extract the build order.
 
 SC2Reader has good documation_ that also describe what information
 could be found. `What is in a Replay`_ and Events_ gives a good idea
-if the information you want could be colleced whithe SC2Reader.
+if the information you want could be collected with SC2Reader.
 
 .. _documation: https://sc2reader.readthedocs.io/en/latest/index.html
 .. _What is in a Replay: https://sc2reader.readthedocs.io/en/latest/articles/whatsinareplay.html
@@ -68,8 +68,8 @@ if the information you want could be colleced whithe SC2Reader.
 
 ReplayObserver
 --------------
-This is the second technique it is much like using a bot but whit the diffrens
-that no action can be preform just observations
+This is the second technique it is much like using a bot but whit the difference
+that no action can be preform just observations.
 
 
 .. code-block:: python
diff --git a/docs/replayunit.rst b/docs/replayunit.rst
index c3c8214f88a5f89c4f011ceeeb9c8cfb222d360a..57dd6deb74c6ff8e26e0be63ea021dc1341aac3d 100644
--- a/docs/replayunit.rst
+++ b/docs/replayunit.rst
@@ -4,7 +4,7 @@ ReplayUnit
 .. class:: library.ReplayUnit
 
    An instance of the class Unit represents one unit in a replay. A ReplayUnit is a
-   :class`library.Unit` white some limitations.
+   :class:`library.Unit` white some limitations.
 
    It is possible to use ReplayUnit as keys in a dictionary, which might be helpful
    for bookkeeping.