diff --git a/examples/jupyter/hexagonal-lattice.ipynb b/examples/jupyter/hexagonal-lattice.ipynb index ff1e5d692c..f47b3bc603 100644 --- a/examples/jupyter/hexagonal-lattice.ipynb +++ b/examples/jupyter/hexagonal-lattice.ipynb @@ -145,7 +145,7 @@ "\n", "From the diagram above, we see that the outer ring has 18 elements, the first ring has 12, and the second ring has 6 elements. The innermost ring of any hexagonal lattice will have only a single element. \n", "\n", - "We build these rings though 'list concatenation' as folows: " + "We build these rings through 'list concatenation' as follows: " ] }, {