diff --git a/doc/source/getting_started/compatibility.rst b/doc/source/getting_started/compatibility.rst
index 76aa498697..797ec6203b 100644
--- a/doc/source/getting_started/compatibility.rst
+++ b/doc/source/getting_started/compatibility.rst
@@ -35,7 +35,7 @@ previous to 2022 R2.
**Ansys strongly encourages you to use the latest packages available**, as far they are compatible
with the server version you want to run. Considering Ansys 2023 R1 for example, if ``ansys-dpf-core``
-module with 0.10.0 version is the latest available compatible package, it should be used.
+module 0.10.0 is the latest available compatible package, it should be used.
For ``ansys-dpf-core<0.10``, the `ansys.grpc.dpf `_
package should also be synchronized with the server version.
diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst
index e5db72526e..a13f5b93a5 100644
--- a/doc/source/getting_started/index.rst
+++ b/doc/source/getting_started/index.rst
@@ -6,7 +6,7 @@ Getting started
The Data Processing Framework (DPF) provides numerical simulation users and engineers with a toolbox
for accessing and transforming simulation data. DPF can access data from Ansys solver
-result files as well as from several neutral file formats (see :ref:`ref_main_index`).
+result files as well as from several neutral file formats. For more information, see :ref:`ref_main_index`.
This **workflow-based** framework allows you to perform complex preprocessing and
postprocessing operations on large amounts of simulation data.
diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst
index eb5c078fb4..50f065b823 100644
--- a/doc/source/getting_started/install.rst
+++ b/doc/source/getting_started/install.rst
@@ -17,7 +17,7 @@ with this command:
pip install ansys-dpf-core
PyDPF-Core plotting capabilities require you to have `PyVista `_ installed.
-To install PyDPF-Core with its optional plotting functionalities, use:
+To install PyDPF-Core with its optional plotting functionalities, run this command:
.. code::