Skip to content

Commit 7a5b132

Browse files
authored
Fix minor typo s/pojects/projects/
Fix #125
1 parent e7f675c commit 7a5b132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Style-Guide/Code-Layout-and-Formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The PowerShell console is, by default, 120 characters wide, but it allows only 1
159159

160160
Github's current maximum line width varies between 121 and 126 depending on your browser and OS (and thus, font). However, the 115 line length suggested by PowerShell would be enough to even allow side-by-side diffs to be displayed without scrolling or wrapping on the current "standard" 1080p monitor.
161161

162-
Again, this is a particularly flexible rule, and you should always follow the guidelines of projects when you're contributing to other people's pojects. Although most of us work on widescreen monitors, not everyone can see well without magnification or extremely large fonts.
162+
Again, this is a particularly flexible rule, and you should always follow the guidelines of projects when you're contributing to other people's projects. Although most of us work on widescreen monitors, not everyone can see well without magnification or extremely large fonts.
163163

164164
The preferred way to avoid long lines is to use splatting (see [Get-Help about_Splatting](https://technet.microsoft.com/en-us/library/jj672955.aspx)) and PowerShell's implied line continuation inside parentheses, brackets, and braces -- these should **always** be used in preference to the backtick for line continuation when applicable, even for strings:
165165

0 commit comments

Comments
 (0)