Commit 1a2d83c
[DOC] Fix typos in getting started section of the documentation (#1399)
### Description
Fixes some typos in the getting started section of the documentation.
There is also a broken link (line 54, favourite package). After a brief
look at the documentation of pytorch lightning, I am not really sure
with that should be replaced. So feel free to add a commit with the
corrected link. Otherwise I could also open an issue for that. Just let
me know :)
### Checklist
- [ ] Linked issues (if existing)
- [ ] Amended changelog for large changes (and added myself there as
contributor)
- [ ] Added/modified tests
- [ ] Used pre-commit hooks when committing to ensure that code is
compliant with hooks. Install hooks with `pre-commit install`.
To run hooks independent of commit, execute `pre-commit run --all-files`
Make sure to have fun coding!
Co-authored-by: Felix Hirwa Nshuti <hirwanshutiflx@gmail.com>1 parent 6d64360 commit 1a2d83c
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments