From 1a321e6acf9dc1be46ae3ab08b44219ecf173a3d Mon Sep 17 00:00:00 2001 From: Galen Gidman Date: Tue, 5 Mar 2024 08:21:37 -0600 Subject: [PATCH] "focous" -> "focus" (#4073) --- packages/docs/src/en/plugins/focus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/en/plugins/focus.md b/packages/docs/src/en/plugins/focus.md index 67d786c0e..57c9f92fc 100644 --- a/packages/docs/src/en/plugins/focus.md +++ b/packages/docs/src/en/plugins/focus.md @@ -304,7 +304,7 @@ For example: #### .noautofocus -By default, when `x-trap` traps focous within an element, it focuses the first focussable element within that element. This is a sensible default, however there are times where you may want to disable this behavior and not automatically focus any elements when `x-trap` engages. +By default, when `x-trap` traps focus within an element, it focuses the first focussable element within that element. This is a sensible default, however there are times where you may want to disable this behavior and not automatically focus any elements when `x-trap` engages. By adding `.noautofocus`, Alpine will not automatically focus any elements when trapping focus.