Skip to content

Commit ded7645

Browse files
committed
fix typo
1 parent 8f41208 commit ded7645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowCore/Interface/IPersistenceProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace WorkflowCore.Interface
77
{
88
/// <remarks>
99
/// The implemention of this interface will be responsible for
10-
/// persisiting running workflow instances to a durable store
10+
/// persisting running workflow instances to a durable store
1111
/// </remarks>
1212
public interface IPersistenceProvider
1313
{

0 commit comments

Comments
 (0)