mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-01 06:31:04 +01:00
treewide: fix typos (#3618)
This commit is contained in:
parent
12d43fd40a
commit
c59f0eac51
12 changed files with 19 additions and 19 deletions
|
|
@ -130,8 +130,8 @@ in {
|
|||
description = ''
|
||||
Set margin of each edge specified in pixels. Specify single value to
|
||||
apply margin on all sides. Two comma-separated values will set
|
||||
vertical and horizontal edges separately. Four comma-seperated will
|
||||
give each edge a seperate value.
|
||||
vertical and horizontal edges separately. Four comma-separated will
|
||||
give each edge a separate value.
|
||||
For example: 10,20,5 will set top margin to 10, left and right to 20
|
||||
and bottom to five.
|
||||
'';
|
||||
|
|
@ -143,8 +143,8 @@ in {
|
|||
description = ''
|
||||
Set padding of each edge specified in pixels. Specify single value to
|
||||
apply margin on all sides. Two comma-separated values will set
|
||||
vertical and horizontal edges separately. Four comma-seperated will
|
||||
give each edge a seperate value.
|
||||
vertical and horizontal edges separately. Four comma-separated will
|
||||
give each edge a separate value.
|
||||
For example: 10,20,5 will set top margin to 10, left and right to 20
|
||||
and bottom to five.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue