Skip to content

Commit 0f49b53

Browse files
[docs] Correcting typos in docs generation
1 parent 9a3572a commit 0f49b53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate_api_docs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mv build/docs/api/rb docs/api/rb
2424

2525
git add -A docs/api
2626

27-
read -p "Do you want to commit the chages? (Y/n):" changes </dev/tty
27+
read -p "Do you want to commit the changes? (Y/n):" changes </dev/tty
2828

2929
if [ -z $changes ]; then
3030
changes=Y
@@ -36,8 +36,8 @@ case "$changes" in
3636
*) exit;;
3737
esac
3838

39-
echo "Commiting changes"
40-
git commit -am "updating javadoc and py docs"
39+
echo "Committing changes"
40+
git commit -am "updating API docs"
4141

4242
echo "pushing to origin gh-pages"
4343
git push origin gh-pages

0 commit comments

Comments
 (0)