Merge pull request #205830 from mousedownmike/docs_sec_wireless_minor

docs: added missing semicolon in example

authored by figsoda and committed by GitHub 47cd8c99 af6682ed

+2 -2
+1 -1
nixos/doc/manual/configuration/wireless.section.md
··· 50 echelon = { 51 pskRaw = "dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435"; 52 }; 53 - } 54 ``` 55 56 or you can use it to directly generate the `wpa_supplicant.conf`:
··· 50 echelon = { 51 pskRaw = "dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435"; 52 }; 53 + }; 54 ``` 55 56 or you can use it to directly generate the `wpa_supplicant.conf`:
+1 -1
nixos/doc/manual/from_md/configuration/wireless.section.xml
··· 54 echelon = { 55 pskRaw = &quot;dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435&quot;; 56 }; 57 - } 58 </programlisting> 59 <para> 60 or you can use it to directly generate the
··· 54 echelon = { 55 pskRaw = &quot;dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435&quot;; 56 }; 57 + }; 58 </programlisting> 59 <para> 60 or you can use it to directly generate the