Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 3, 2024
1 parent f8d670a commit 4b5369f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace SIL.Harmony.Resource;

public class RemoteResourceNotEnabledException()
: Exception("remote recources were not enabled, to enable them call CrdtConfig.AddRemoteResourceEntity when adding the CRDT library");
: Exception("remote resources were not enabled, to enable them call CrdtConfig.AddRemoteResourceEntity when adding the CRDT library");

0 comments on commit 4b5369f

Please sign in to comment.