From 29875a66fcf54812f0b44a602cb4ecccfdcb82f1 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 8 Feb 2023 10:31:35 +0000 Subject: [PATCH] into [skip ci] --- docs/guide/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index c784cef2f..70d7f55e8 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -375,7 +375,7 @@ The `get_square_region` function calculates a [Region][textual.geometry.Region] !!! note - Textual is smart about performing updates. If you refresh multiple regions, Textual will combine them in to as few non-overlapping regions as possible. + Textual is smart about performing updates. If you refresh multiple regions, Textual will combine them into as few non-overlapping regions as possible. The final step is to update the `render_line` method to use the cursor style when rendering the square underneath the mouse.