Skip to content

Commit c29873a

Browse files
committed
docs(customization): fix typo
1 parent d7062d5 commit c29873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ from commitizen.defaults import Questions
202202
203203
class JiraCz(BaseCommitizen):
204204
# Questions = Iterable[MutableMapping[str, Any]]
205-
# It expect a list with dictionaries.
205+
# It expects a list with dictionaries.
206206
def questions(self) -> Questions:
207207
"""Questions regarding the commit message."""
208208
questions = [

0 commit comments

Comments
 (0)