소스 검색

Update keyboard.md (#2937)

FIX minor grammatical error
Brian Juul Andersen 1 년 전
부모
커밋
6f53aa480e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docfx/articles/keyboard.md

+ 1 - 1
docfx/articles/keyboard.md

@@ -17,7 +17,7 @@ Keyboard events are sent by the [Main Loop](mainloop.md) to the
 Application class for processing. The keyboard events are sent
 exclusively to the current `Toplevel`, this being either the default
 that is created when you call `Application.Init`, or one that you
-created an passed to `Application.Run(Toplevel)`. 
+created and passed to `Application.Run(Toplevel)`. 
 
 Flow
 ----