Skip to content

Commit 873f87f

Browse files
committed
Merge pull request #17 from eagleflo/patch-1
Fix a typo
2 parents 9b9c2c2 + 1e861fb commit 873f87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/03-building-your-own-editor.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ There are a lot of packages that exist to navigate through code, with different
438438

439439
- [[http://www.emacswiki.org/emacs/EmacsTags][TAGS]] (built in. No installation required)
440440
- [[https://github.com/bbatsov/projectile][Projectile]] (install it by adding =projectile= to your packages list)
441-
- [[https://github.com/emacs-helm/helm][Helm]] (install it by adding =heml= to your packages list)
441+
- [[https://github.com/emacs-helm/helm][Helm]] (install it by adding =helm= to your packages list)
442442
- [[http://cedet.sourceforge.net/][Emacs CEDET]] (install it by adding =cedet= to your packages list)
443443
- ...
444444

0 commit comments

Comments
 (0)