Bläddra i källkod

time: update Dutch translation and titlecase Bash (#14143)

Sebastiaan Speck 4 månader sedan
förälder
incheckning
00841ed7a8
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      pages.nl/common/time.md
  2. 1 1
      pages/common/time.md

+ 4 - 0
pages.nl/common/time.md

@@ -7,3 +7,7 @@
 - Voer het `commando` uit en print de tijdmetingen naar `stdout`::
 
 `time {{commando}}`
+
+- Maak een eenvoudige stopwatch (werkt alleen in Bash):
+
+`time read`

+ 1 - 1
pages/common/time.md

@@ -8,6 +8,6 @@
 
 `time {{command}}`
 
-- Create a very simple stopwatch (only works in bash):
+- Create a very simple stopwatch (only works in Bash):
 
 `time read`