From 8a13faa6c02c26dc9978d37ec88625627c173f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 31 Jan 2021 11:46:30 +0100 Subject: [PATCH] Update tutorial.rst Typing error (excute->execute) --- developer_manual/app_development/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_development/tutorial.rst b/developer_manual/app_development/tutorial.rst index d35b4e358..c70f5f484 100644 --- a/developer_manual/app_development/tutorial.rst +++ b/developer_manual/app_development/tutorial.rst @@ -266,7 +266,7 @@ so for example **notestutorial/lib/Migration/Version000000Date20181013124731.php To create the tables in the database, run the :ref:`migration ` command:: - php ./occ migrations:excute + php ./occ migrations:execute Example: sudo -u www-data php ./occ migrations:execute photos 000000Date20201002183800