diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 69551c136c6..c9c32efe9c5 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -59,9 +59,9 @@ $ sudo apt-get install libmysqlclient-dev $ pip3 install mysqlclient ``` -### {% linkable_title PostGreSQL %} +### {% linkable_title PostgreSQL %} -For PostGreSQL you may have to install a few dependencies: +For PostgreSQL you may have to install a few dependencies: ```bash $ sudo apt-get install postgresql-server-dev-X.Y