diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index bee64f1ac..1f0c9d262 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -824,7 +824,7 @@ To do that create a new file called **ownnotes/tests/Integration/NoteIntegration use OCA\OwnNotes\Db\Note; - class NoteIntregrationTest extends TestCase { + class NoteIntegrationTest extends TestCase { private $controller; private $mapper;