docs: Fix missing word

This commit is contained in:
Martin Wudenka 2020-05-10 10:48:19 +02:00 committed by GitHub
commit 96f3a69462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ This repository contains a platformio library and an explanatory jupyter noteboo
## Jupyter notebook
Simply run `jupyter notebook` int his folder to start jupyter. Then open the mag_calibration notebook. There you all informations needed.
Simply run `jupyter notebook` int his folder to start jupyter. Then open the mag_calibration notebook. There you find all informations needed.
## C++ implementation
@ -27,4 +27,4 @@ W = mag_cal.getW();
V = mag_cal.getV();
B = mag_cal.getB();
incl = mag_cal.getInclination();
```
```