Skip to content

Commit 0067c07

Browse files
committedApr 18, 2022
Small typo fixes
1 parent 20ee8d8 commit 0067c07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎nix-mode.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ to set up just nix-mode without use-package:
103103

104104
*** nix-mode
105105

106-
This is a major mode for editing Nix expressons. It provides syntax
106+
This is a major mode for editing Nix expressions. It provides syntax
107107
highlighting, sane defaults, and experimental indentation support.
108108

109109
You can set it up to handle .nix files with,
@@ -183,8 +183,8 @@ First, there are 3 commands that run Nix phases for you.
183183
- nix-shell-configure
184184
- nix-shell-build
185185

186-
You can run any one of these to invode the correspond Nix phase. For
187-
instance to unpack the source for Emacs, let’s start from a dired
186+
You can run any one of these to invoke the corresponding Nix phase. For
187+
instance, to unpack the source for Emacs, let’s start from a dired
188188
buffer,
189189

190190
#+BEGIN_SRC text
@@ -195,7 +195,7 @@ C-x C-f ~ RET
195195
M-x nix-shell-unpack RET emacs RET
196196
#+END_SRC
197197

198-
This will unpack the Emacs soure code. It may take a minute or two to
198+
This will unpack the Emacs source code. It may take a minute or two to
199199
unpack. After that, we can enter the Emacs directory with find-file,
200200

201201
#+BEGIN_SRC text

0 commit comments

Comments
 (0)
Please sign in to comment.