Skip to content

Commit e84648e

Browse files
committed
Fix typos in resource comments and summaries
Corrected "Invalis" to "Invalid" in resource string summaries and XML comments. Also fixed "destinationTyp;" to "destinationType" in resource comments for clarity. No functional changes made.
1 parent 21db894 commit e84648e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AutoMapper.Extensions.ExpressionMapping/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AutoMapper.Extensions.ExpressionMapping/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@
149149
</data>
150150
<data name="invalidTypeMappingsFormat" xml:space="preserve">
151151
<value>Invalid type mappings. Source Type: {0}, Destination Type: {1}.</value>
152-
<comment>0=sourceType; 1=destinationTyp;</comment>
152+
<comment>0=sourceType; 1=destinationType</comment>
153153
</data>
154154
</root>

0 commit comments

Comments
 (0)