Skip to content

Commit

Permalink
fix grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Nov 25, 2022
1 parent acf5d0d commit 287dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/01-introduction/sections/first-time-setup.asc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Sous Windows par exemple, l'opération de Git pourrait être terminée prématur
Par défaut Git crée une branche nommée _master_ quand vous créez un nouveau repository avec `git init`.
Depuis Git version 2.28, vous pouvez définir un nom différent pour la branche initiale.

Pour définir _main_ comme nom de branche par défaut, utiliser la commande :
Pour définir _main_ comme nom de branche par défaut, utilisez la commande :

[source,console]
----
Expand Down

0 comments on commit 287dba4

Please sign in to comment.