Skip to content

Commit 1e71af0

Browse files
authored
Fix typo (#56)
1 parent 99e0015 commit 1e71af0

File tree

1 file changed

+2
-2
lines changed
  • src/SessionStateModule/Resources

1 file changed

+2
-2
lines changed

src/SessionStateModule/Resources/SR.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<value>The custom session state store provider '{0}' is not found.</value>
128128
</data>
129129
<data name="Not_Support_SessionState_Mode" xml:space="preserve">
130-
<value>SessionStateAsync module only supports InProce and Custom mode.</value>
130+
<value>SessionStateAsync module only supports InProc and Custom mode.</value>
131131
</data>
132132
<data name="Null_value_for_SessionStateItemCollection" xml:space="preserve">
133133
<value>The SessionStateStoreData returned by ISessionStateStore has a null value for Items.</value>
@@ -141,4 +141,4 @@
141141
<data name="Type_doesnt_inherit_from_type" xml:space="preserve">
142142
<value>Type '{0}' does not inherit from '{1}'.</value>
143143
</data>
144-
</root>
144+
</root>

0 commit comments

Comments
 (0)