summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index cbb003ba01..1e1c81ef4f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2155,7 +2155,7 @@
2155 . 2155 .
2156 </literallayout></para></listitem> 2156 </literallayout></para></listitem>
2157 <listitem><para><emphasis>Stage and commit your changes</emphasis>: 2157 <listitem><para><emphasis>Stage and commit your changes</emphasis>:
2158 These Git commands list out the changed file, stage it, and then 2158 These Git commands display the modified file, stage it, and then
2159 commit the file: 2159 commit the file:
2160 <literallayout class='monospaced'> 2160 <literallayout class='monospaced'>
2161 $ git status 2161 $ git status