Skip to content

Commit 9a1d715

Browse files
committed
style(main): typo
1 parent 7040277 commit 9a1d715

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ commit_parsers = [
9292
{ message = "(?i)^build", group = "<!-- 29 -->👷 CI/CD"},
9393
{ message = ".*", group = "<!-- 30 -->📝 Other"},
9494
{ message = "(?i)^merge", group = "<!-- 31 -->🔀 Merges"},
95+
{ message = "(?i)^merge ", group = "<!-- 32 -->🔀 Merges"},
9596
]
9697
# protect breaking changes from being skipped due to matching a skipping commit_parser
9798
protect_breaking_commits = false

fastapi_2fa/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def app_startup():
5757

5858
@app.get('/')
5959
async def main():
60-
return "APp is running"
60+
return "App is running"
6161

6262

6363
if __name__ == '__main__':

0 commit comments

Comments
 (0)