While trying to understand treesit better and start using it, I came across this typo.

(defun treesit-ready-p (language &optional quiet)
...
;; Windows loads tree-sitter dynakically.

Should say "dynamically".

-Stephane