We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a636a0 commit 2afb902Copy full SHA for 2afb902
1 file changed
docs/build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ ! -f "../pyproject.toml" ]]; then
4
- echo "Please run from the docs diectory."
+ echo "Please run from the docs directory."
5
exit 1
6
fi
7
0 commit comments