Skip to content

Commit 4bd00b4

Browse files
authored
Merge pull request #103 from caterpillai/patch-1
Fix typo in README.md
2 parents 96949d1 + 358915a commit 4bd00b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following has a example to setup `lsp-dart`.
3838
(use-package projectile :ensure t) ;; project management
3939
(use-package yasnippet
4040
:ensure t
41-
:config (yas-global-mode)) ;; snipets
41+
:config (yas-global-mode)) ;; snippets
4242
(use-package lsp-ui :ensure t) ;; UI for LSP
4343
(use-package company :ensure t) ;; Auto-complete
4444

0 commit comments

Comments
 (0)