summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJimmy Boucher <75694650+jboucher614@users.noreply.github.com>2023-07-19 08:23:07 -0400
committerBenjamin Brahmer <info@b-brahmer.de>2023-07-23 14:38:43 +0200
commitd25dc3c4ca44ed340c5549d88e1692f1d3182556 (patch)
treee724fac3189d8b25cf8da0e99510012f74deea1a /docs
parenta609b43a61fc2f107ceb19aa0c1cede363e57213 (diff)
install.md minor grammar changes
-fix "then" vs "than" -standardize capitalization of "News" Signed-off-by: Jimmy Boucher <75694650+jboucher614@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.md b/docs/install.md
index 84d218341..4fa39b752 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -21,7 +21,7 @@ You also need some PHP extensions:
* MySQL >= 8.0
* SQLite (discouraged)
-Also see the [Nextcloud documentation](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/linux_database_configuration.html?highlight=database). Oracle is currently not supported by news.
+Also see the [Nextcloud documentation](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/linux_database_configuration.html?highlight=database). Oracle is currently not supported by News.
## Performance Notices
* Use MySQL/MariaDB or PostgreSQL for better database performance
@@ -108,8 +108,8 @@ If you changed the temporary directory for Nextcloud you need to check on your o
Careful, this next part is only intended for admins, that know what they are doing.
-To remove the tables from the DB we drop the tables of news.
-Your installation might have a different prefix then `oc_` but it is the default in most installations.
+To remove the tables from the DB we drop the tables of News.
+Your installation might have a different prefix than `oc_` but it is the default in most installations.
Connect to your DB and execute the commands. Don't forget to switch to the right database.
For example in mysql: `use nextcloud;`
@@ -140,4 +140,4 @@ DELETE FROM oc_jobs WHERE class='OCA\\News\\Cron\\Updater';
DELETE FROM oc_jobs WHERE argument='["OCA\\\\News\\\\Cron\\\\Updater","run"]';
```
-Now nothing is left from news in your nextcloud installation. \ No newline at end of file
+Now nothing is left from News in your nextcloud installation.