From ceea92a12ad386842581730b633d8ef5abcf42d3 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Tue, 10 Mar 2026 15:19:06 +1030 Subject: [PATCH] Fix typo in UFL description --- chapter1/fundamentals_code.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/fundamentals_code.ipynb b/chapter1/fundamentals_code.ipynb index b5720707..2e0fd9bc 100644 --- a/chapter1/fundamentals_code.ipynb +++ b/chapter1/fundamentals_code.ipynb @@ -248,7 +248,7 @@ "In FEniCSx, we do not specify boundary conditions as part of the function space,\n", "so it is sufficient to use a common space for the trial and test function.\n", "\n", - "We use the {py:mod}`Unified Form Language` (UFL) to specify the varitional formulations.\n", + "We use the {py:mod}`Unified Form Language` (UFL) to specify the variational formulations.\n", "See {cite}`fundamentals-ufl2014` for more details." ] },