Skip to content

Commit 7e273ba

Browse files
authored
Merge pull request ibm-developer-skills-network#92 from atchiullia/patch-1
Update routes.py
2 parents 7e8f777 + 571a770 commit 7e273ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def health():
2222
############################################################
2323
@app.route("/")
2424
def index():
25-
"""Returns information abut the service"""
25+
"""Returns information about the service"""
2626
app.logger.info("Request for Base URL")
2727
return jsonify(
2828
status=status.HTTP_200_OK,

0 commit comments

Comments
 (0)