Skip to content

Commit 20e1fa1

Browse files
authored
Fixed typo (#684)
1 parent 1a5300a commit 20e1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/ModelNotSyncMasterException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class ModelNotSyncMasterException extends Exception
1010
{
1111
public function __construct(string $class)
1212
{
13-
parent::__construct("Model of $class class is not an SyncMaster model. Make sure you're using the central model to make changes to synced resouces when you're in the central context");
13+
parent::__construct("Model of $class class is not an SyncMaster model. Make sure you're using the central model to make changes to synced resources when you're in the central context");
1414
}
1515
}

0 commit comments

Comments
 (0)