Selaa lähdekoodia

brightnessctl: fix typo in decrease example (#8213)

Maksim Verkhoturov 2 vuotta sitten
vanhempi
commit
50f543866e
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      pages.zh/linux/brightnessctl.md
  2. 1 1
      pages/linux/brightnessctl.md

+ 1 - 1
pages.zh/linux/brightnessctl.md

@@ -21,4 +21,4 @@
 
 - 将亮度降低指定的递减量:
 
-`brightnessctl set {{-10%}}`
+`brightnessctl set {{10%-}}`

+ 1 - 1
pages/linux/brightnessctl.md

@@ -21,4 +21,4 @@
 
 - Decrease brightness by a specified decrement:
 
-`brightnessctl set {{-10%}}`
+`brightnessctl set {{10%-}}`