Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1de9a08

Browse files
committed
Fix wording of interface naming conventions, fix #121
1 parent b06011c commit 1de9a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Writing Definition Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The trade-offs here are as follows:
9393

9494
## Naming Conventions
9595

96-
In general, do not prefix interfaces with `I` (e.g. `IColor`).
96+
In general, you shouldn't prefix interfaces with `I` (e.g. `IColor`).
9797
Because the concept of an interface in TypeScript is much more broad than in C# or Java, the `IFoo` naming convention is not broadly useful.
9898

9999
# Examples

0 commit comments

Comments
 (0)