We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e0015 commit 1e71af0Copy full SHA for 1e71af0
1 file changed
src/SessionStateModule/Resources/SR.resx
@@ -127,7 +127,7 @@
127
<value>The custom session state store provider '{0}' is not found.</value>
128
</data>
129
<data name="Not_Support_SessionState_Mode" xml:space="preserve">
130
- <value>SessionStateAsync module only supports InProce and Custom mode.</value>
+ <value>SessionStateAsync module only supports InProc and Custom mode.</value>
131
132
<data name="Null_value_for_SessionStateItemCollection" xml:space="preserve">
133
<value>The SessionStateStoreData returned by ISessionStateStore has a null value for Items.</value>
@@ -141,4 +141,4 @@
141
<data name="Type_doesnt_inherit_from_type" xml:space="preserve">
142
<value>Type '{0}' does not inherit from '{1}'.</value>
143
144
-</root>
+</root>
0 commit comments