Browse Source

brightnessctl: fix typo in decrease example (#8213)

Maksim Verkhoturov 2 years ago
parent
commit
50f543866e
2 changed files with 2 additions and 2 deletions
  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%-}}`