Explorar el Código

git-diff: update description

Replace backticks with quotes
Agniva De Sarker hace 7 años
padre
commit
dbff7a26f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/common/git-diff.md

+ 1 - 1
pages/common/git-diff.md

@@ -14,7 +14,7 @@
 
 `git diff --staged`
 
-- Show changes from all commits since a given date/time (a date expression, e.g. `1 week 2 days` or an ISO date):
+- Show changes from all commits since a given date/time (a date expression, e.g. "1 week 2 days" or an ISO date):
 
 `git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'`