diff --git a/docs/source/babel_heatf.toml b/docs/source/babel_heatf.toml
index 9332984d..678ee596 100644
--- a/docs/source/babel_heatf.toml
+++ b/docs/source/babel_heatf.toml
@@ -25,4 +25,4 @@ summary = "PyMT plugin for the Fortran heat model"
[ci]
python_version = ["3.9"]
-os = ["linux", "mac", "windows"]
\ No newline at end of file
+os = ["linux", "mac", "windows"]
diff --git a/docs/source/example-fortran.rst b/docs/source/example-fortran.rst
index bb08ef42..536ce84e 100644
--- a/docs/source/example-fortran.rst
+++ b/docs/source/example-fortran.rst
@@ -128,7 +128,7 @@ Windows
Building the *heat* model on Windows requires either:
-* A Unix-like system, such as `Cygwin `_ or
+* A Unix-like system, such as `Cygwin `_ or
`Windows Subsystem for Linux `_,
in which case you can follow the above Linux and macOS instructions.
* Microsoft Visual Studio 2017 or later, or Microsoft Build Tools for
@@ -167,7 +167,7 @@ to conda, for example using the binaries provided by
The `BMI bindings `_ (installed
here via conda) should be compiled with the same compiler as the model
that uses them, to avoid incompatibility issues, and so if you choose
-a different compiler than provided by `fortran-compiler`, you will
+a different compiler than provided by `fortran-compiler`, you will
likely have to compile the BMI bindings with this compiler as well.