docs: Fix typo
This commit is contained in:
parent
df7d00d65b
commit
c628645816
|
@ -39,7 +39,6 @@ jobs:
|
||||||
echo Name: $(git config --get user.name)
|
echo Name: $(git config --get user.name)
|
||||||
echo Email: $(git config --get user.email)
|
echo Email: $(git config --get user.email)
|
||||||
|
|
||||||
|
|
||||||
- name: Build and deploy docs with mike
|
- name: Build and deploy docs with mike
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
|
|
|
@ -8,7 +8,7 @@ This site serves as documentation for bottom, as well as an extension to the [`R
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
|
|
||||||
Some areas of this documentation is still in progress, and should get better in time. Feel free to suggest/contribute changes!
|
Some areas of this documentation are still in progress, and should get better in time. Feel free to suggest/contribute changes!
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue