Skip to content

Commit f5b18dd

Browse files
authored
style-guide: fix typos (#18636)
1 parent 475801f commit f5b18dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing-guides/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Command Prompt command's tldr description, for example:
171171
> The "View documentation of the equivalent PowerShell command" example is optional and must be excluded if the page already has the maximum number (8) of examples.
172172
173173
2. **Provides a new alias but only executable in PowerShell**, such as `ni` for `New-Item`. In this case, use the [standard alias template](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md),
174-
but add the word "In Powershell," (or equivalent) to indicate that the command is exclusive to PowerShell. For example,
174+
but add the word "In PowerShell," (or equivalent) to indicate that the command is exclusive to PowerShell. For example,
175175

176176
```md
177177
# ni
@@ -437,7 +437,7 @@ For example, `[d]ownload` in English may be translated into `[d]escargar` in Spa
437437
- Optionally, mnemonics and their enclosed terms can be separated with brackets from the rest of the description (i.e. `([a]ll)`) in translations and specific pages to provide additional context or mention a word not present in the description.
438438

439439
> [!NOTE]\
440-
> In cases where the character isn't present in the translated word, you can highlight the option next to the equivalent word or you can add the English work beside the translation inside a bracket.
440+
> In cases where the character isn't present in the translated word, you can highlight the option next to the equivalent word or you can add the English word beside the translation inside a bracket.
441441
> For example, `E[x]tract` in English may be translated into `ekstrak [x]` or `ekstrak (E[x]tract)` in Indonesian.
442442
443443
## Example commands

0 commit comments

Comments
 (0)