From f8ab9c5d631d5458f8449e359295b0ea281cf634 Mon Sep 17 00:00:00 2001 From: sajolida Date: Thu, 10 Jan 2019 19:03:18 +0000 Subject: [PATCH] Reorder alphabetically --- .../how/documentation/style_guide.mdwn | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 51811597ad..d6ef485d02 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -120,6 +120,26 @@ And not *graphics adapters*, *graphics*, *graphical hardware*, or *video card*. +- **network interface**, **Wi-Fi interface** + + And not *card*, *device*, or *adapter*. + + Still, **USB Wi-Fi adapters** are USB dongles that provide a Wi-Fi interface. + +- **persistence feature** + + To refer to the features available in the configuration of the + *persistent storage*. + + - *For example*: + + - […] when the [[Additional Software + persistence feature|doc/first_steps/persistence/configure#additional_software]] + is activated. + + The word *persistence* can be omitted if it is redundant from the context + (for example on [[doc/first_steps/persistence/configure]]). + - **procedures** (a series of steps) - Keep the number of steps low within a procedure (for example, below @@ -144,26 +164,6 @@ 1. Click on the PPAs button and then choose to Add a new PPA…. -- **network interface**, **Wi-Fi interface** - - And not *card*, *device*, or *adapter*. - - Still, **USB Wi-Fi adapters** are USB dongles that provide a Wi-Fi interface. - -- **persistence feature** - - To refer to the features available in the configuration of the - *persistent storage*. - - - *For example*: - - - […] when the [[Additional Software - persistence feature|doc/first_steps/persistence/configure#additional_software]] - is activated. - - The word *persistence* can be omitted if it is redundant from the context - (for example on [[doc/first_steps/persistence/configure]]). - - **Secure Boot** Capitalize as a brand or feature. Writing *secure boot* would make it -- GitLab