瀏覽代碼

"focous" -> "focus" (#4073)

Galen Gidman 1 年之前
父節點
當前提交
1a321e6acf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/docs/src/en/plugins/focus.md

+ 1 - 1
packages/docs/src/en/plugins/focus.md

@@ -304,7 +304,7 @@ For example:
 <a name="noautofocus"></a>
 <a name="noautofocus"></a>
 #### .noautofocus
 #### .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.
 By adding `.noautofocus`, Alpine will not automatically focus any elements when trapping focus.