Skip to content

Commit a782fab

Browse files
authored
fix: small typo errors in docs (#127)
1 parent 4f0a208 commit a782fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document describes how to use `latexify` with your Python code.
55

66
## Installation
77

8-
`lateixfy` depends on only Python libraries at this point.
8+
`latexify` depends on only Python libraries at this point.
99
You can simply install `latexify` via `pip`:
1010

1111
```shell
@@ -19,7 +19,7 @@ Note that you have to install `latexify-py` rather than `latexify`.
1919

2020
`latexify.function` decorator function wraps your functions to pretty-print them as
2121
corresponding LaTeX formulas.
22-
Jupyter recoginzes this wrapper and try to print LaTeX instead of the original function.
22+
Jupyter recognizes this wrapper and try to print LaTeX instead of the original function.
2323

2424
The following snippet:
2525

0 commit comments

Comments
 (0)