Skip to content

Commit aa52500

Browse files
authored
Update Coding-Conventions.md (#2501)
Corrected the 2nd spelling of 'conventionally' on line 32.
1 parent d86303c commit aa52500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Coding-Conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local project = p.project
2929
local m = p.vstudio.vc2010
3030
```
3131

32-
The alias `p` is used conventionally as a shortcut for the `premake` namespace. The alias `m` is conventially used to represent the module being implemented.
32+
The alias `p` is used conventionally as a shortcut for the `premake` namespace. The alias `m` is conventionally used to represent the module being implemented.
3333

3434
Using aliases saves some keystrokes when coding. And since Premake embeds all of its scripts into the release executables, it saves on the final download size as well.
3535

0 commit comments

Comments
 (0)