Skip to content

Commit

Permalink
Add a missing "a" back in
Browse files Browse the repository at this point in the history
  • Loading branch information
TuringTux authored and jelmer committed Sep 1, 2022
1 parent 3358a4b commit f049df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/porcelain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Clone a repository

>>> porcelain.clone("git://github.com/jelmer/dulwich", "dulwich-clone")

Basic uthentication works using the ``username`` and ``password`` parameters:
Basic authentication works using the ``username`` and ``password`` parameters:

>>> porcelain.clone(
"https://example.com/a-private-repo.git",
Expand Down

0 comments on commit f049df3

Please sign in to comment.