Skip to content

Commit 670e3a5

Browse files
committed
CONTRIBUTING.md: fix typos
Close #16, for now anyway.
1 parent d86043c commit 670e3a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For inline Idris code, use the custom `\mintinline` shortcut `\idr`, e.g.
9494
To print ``Hello World!'' in Idris, write \idr{putStrLn "Hello, World!"}.
9595
```
9696

97-
For convenience, we've also defined the shortcut `\el` for ineline Emacs Lisp
97+
For convenience, we've also defined the shortcut `\el` for inline Emacs Lisp
9898
code, e.g.
9999

100100
```latex
@@ -108,7 +108,8 @@ This is some `inline monospaced text`.
108108
```
109109

110110
In a certain cases, we might want syntax highlighting for a language other than
111-
Idris or Emacs Lisp. For such cases, use the standard `\mintline` command, e.g.
111+
Idris or Emacs Lisp. For such cases, use the standard `\mintinline` command,
112+
e.g.
112113

113114
```tex
114115
To declare a theorem in Coq, use \mintinline[]{coq}{Theorem}.

0 commit comments

Comments
 (0)