From 2f40289f7165b097346f81c8a04716173fe2adb6 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 31 Jan 2020 23:59:13 +0100 Subject: [PATCH] Fix: Fixed a typo in a subsection heading. --- docs/goblin/app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/goblin/app.mdx b/docs/goblin/app.mdx index e7d6f84..b0d9b00 100644 --- a/docs/goblin/app.mdx +++ b/docs/goblin/app.mdx @@ -4,7 +4,7 @@ title: app description: 'Using the Goblin app class' --- -# Configuring the :py:mod:`Goblin<goblin>` App Object +# Configuring The `goblin.app.Goblin` object generally supports the same configuration options as `aiogremlin.driver.cluster.Cluster`. -- GitLab