From 31318be245c28dc1e98d5abd5bec2861ea60e036 Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Thu, 8 Jul 2021 15:30:19 +0200
Subject: [PATCH] Typo

---
 docs/source/user/approximate_inference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/user/approximate_inference.rst b/docs/source/user/approximate_inference.rst
index 0a401c343..5e73674bd 100644
--- a/docs/source/user/approximate_inference.rst
+++ b/docs/source/user/approximate_inference.rst
@@ -56,7 +56,7 @@ Geometric Variational Inference (geoVI)
 
 For non-linear posterior distributions :math:`\mathcal{P}(\xi|d)` an approximation with a Gaussian :math:`\mathcal{Q}(\xi)` in the coordinates :math:`\xi` is sub-optimal, as higher order interactions are ignored.
 A better approximation can be achieved by constructing a coordinate system :math:`y = g\left(\xi\right)` in which the posterior is close to a Gaussian, and perform VI with a Gaussian :math:`\mathcal{Q}(y)` in these coordinates.
-This approach is called Geometric Variation Inference (geoVI).
+This approach is called Geometric Variational Inference (geoVI).
 It is discussed in detail in [2]_.
 
 One useful coordinate system is obtained in case the metric :math:`M` of the posterior can be expressed as the pullback of the Euclidean metric by :math:`g`:
-- 
GitLab