From 3afa5e7b4171c2a47e4809ca75565219af69a087 Mon Sep 17 00:00:00 2001 From: Aaron Chan <100910701+cloudinkcoder@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:01:59 +0800 Subject: [PATCH] Update README.md - fix `latex` word wrong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccc6f29..41eae426 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Keybindings are optimized for [Dvorak](https://en.wikipedia.org/wiki/Dvorak_Simp - Fish uses 4 spaces for indentation as well. - Shell, Typescript, JS, CSS, VimScript use 2 spaces for indentation. - Markdown/JS/CSS use `prettier` for formatting. -- LateX and Markdown also use 2 spaces for indentation. +- LaTeX and Markdown also use 2 spaces for indentation. - If not specified, generally use 2 spaces for tabs.