diff --git a/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs b/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs index ee7911d..aaa37a0 100644 --- a/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs +++ b/src/SIL.Harmony/Resource/RemoteResourceNotEnabledException.cs @@ -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");