From a919b3a8bc981b714adfa95ce60ee58cc3881f0f Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 23 Sep 2020 11:51:59 -0700 Subject: Add to Guide, fix motility name --- grapher/Layouts/LayoutBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Layouts/LayoutBase.cs') diff --git a/grapher/Layouts/LayoutBase.cs b/grapher/Layouts/LayoutBase.cs index b89e2f7..04f5189 100644 --- a/grapher/Layouts/LayoutBase.cs +++ b/grapher/Layouts/LayoutBase.cs @@ -10,7 +10,7 @@ namespace grapher.Layouts public const string Exponent = "Exponent"; public const string Limit = "Limit"; public const string Midpoint = "Midpoint"; - public const string Motility = "Motility"; + public const string Motivity = "Motivity"; public const string Offset = "Offset"; public const string Cap = "Cap"; public const string Weight = "Weight"; -- cgit v1.2.3