瀏覽代碼

brightnessctl: fix typo in decrease example (#8213)

Maksim Verkhoturov 2 年之前
父節點
當前提交
50f543866e
共有 2 個文件被更改,包括 2 次插入2 次删除
  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%-}}`