From 9f89895943b25503c0005c2feebd4ea0c781acd9 Mon Sep 17 00:00:00 2001 From: DanAtShenTech Date: Wed, 11 Apr 2018 07:56:48 -0400 Subject: [PATCH] Typo --- docs/reference/pages/panels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/pages/panels.rst b/docs/reference/pages/panels.rst index 31f3919fd..54d852285 100644 --- a/docs/reference/pages/panels.rst +++ b/docs/reference/pages/panels.rst @@ -70,7 +70,7 @@ InlinePanel This panel allows for the creation of a "cluster" of related objects over a join to a separate model, such as a list of related links or slides to an image carousel. - This is a poweful but complex feature which will take some space to cover, so we'll skip over it for now. For a full explanation on the usage of ``InlinePanel``, see :ref:`inline_panels`. + This is a powerful but complex feature which will take some space to cover, so we'll skip over it for now. For a full explanation on the usage of ``InlinePanel``, see :ref:`inline_panels`. FieldRowPanel -------------