From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- docs/en/admins/06_LinuxInstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/admins/06_LinuxInstall.md') diff --git a/docs/en/admins/06_LinuxInstall.md b/docs/en/admins/06_LinuxInstall.md index fa980a647..ab42fb992 100644 --- a/docs/en/admins/06_LinuxInstall.md +++ b/docs/en/admins/06_LinuxInstall.md @@ -105,7 +105,7 @@ ln -s /usr/share/FreshRSS/p /var/www/html/ ## Part 3: Creating a Database for FreshRSS -Start a MySQL session. running this command will ask you for the MySQL password you set earler, and then put you into a prompt that should look like `MariaDB [(none)]>` +Start a MySQL session. running this command will ask you for the MySQL password you set earlier, and then put you into a prompt that should look like `MariaDB [(none)]>` ```sh mysql -u root -p -- cgit v1.2.3