From c60c63f554d919993f168e8430f3492b0d8b4a64 Mon Sep 17 00:00:00 2001 From: BobConanDev Date: Fri, 15 Nov 2024 16:42:57 -0500 Subject: [PATCH 1/2] Updated README.md, fix typo(s) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 722ec8a..d4815e3 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ _1507 TILs and counting..._ - [Aliasing An Ansible Host](devops/aliasing-an-ansible-host.md) - [Allow Cross-Origin Requests To Include Cookies](devops/allow-cross-origin-requests-to-include-cookies.md) - [Allow HTTPS Through Your UFW Firewall](devops/allow-https-through-your-ufw-firewall.md) -- [Check For Cached Site Assocation File For iOS](devops/check-for-cached-site-association-file-for-ios.md) +- [Check For Cached Site association File For iOS](devops/check-for-cached-site-association-file-for-ios.md) - [Check The Status of All Services](devops/check-the-status-of-all-services.md) - [Check The Syntax Of nginx Files](devops/check-the-syntax-of-nginx-files.md) - [Connect To An RDS PostgreSQL Database](devops/connect-to-an-rds-postgresql-database.md) @@ -723,7 +723,7 @@ _1507 TILs and counting..._ - [Check If Clusters Are Upgrade Compatible](postgres/check-if-clusters-are-upgrade-compatible.md) - [Check If The Local Server Is Running](postgres/check-if-the-local-server-is-running.md) - [Check If User Role Exists For Database](postgres/check-if-user-role-exists-for-database.md) -- [Check Table For Any Oprhaned Records](postgres/check-table-for-any-orphaned-records.md) +- [Check Table For Any orphaned Records](postgres/check-table-for-any-orphaned-records.md) - [Checking Inequality](postgres/checking-inequality.md) - [Checking The Type Of A Value](postgres/checking-the-type-of-a-value.md) - [Clear The Screen In psql](postgres/clear-the-screen-in-psql.md) From 5615da920f4730264e337903178835d15a73f563 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Fri, 15 Nov 2024 16:16:31 -0600 Subject: [PATCH 2/2] Update README.md, fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4815e3..42d6881 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ _1507 TILs and counting..._ - [Aliasing An Ansible Host](devops/aliasing-an-ansible-host.md) - [Allow Cross-Origin Requests To Include Cookies](devops/allow-cross-origin-requests-to-include-cookies.md) - [Allow HTTPS Through Your UFW Firewall](devops/allow-https-through-your-ufw-firewall.md) -- [Check For Cached Site association File For iOS](devops/check-for-cached-site-association-file-for-ios.md) +- [Check For Cached Site Association File For iOS](devops/check-for-cached-site-association-file-for-ios.md) - [Check The Status of All Services](devops/check-the-status-of-all-services.md) - [Check The Syntax Of nginx Files](devops/check-the-syntax-of-nginx-files.md) - [Connect To An RDS PostgreSQL Database](devops/connect-to-an-rds-postgresql-database.md) @@ -723,7 +723,7 @@ _1507 TILs and counting..._ - [Check If Clusters Are Upgrade Compatible](postgres/check-if-clusters-are-upgrade-compatible.md) - [Check If The Local Server Is Running](postgres/check-if-the-local-server-is-running.md) - [Check If User Role Exists For Database](postgres/check-if-user-role-exists-for-database.md) -- [Check Table For Any orphaned Records](postgres/check-table-for-any-orphaned-records.md) +- [Check Table For Any Orphaned Records](postgres/check-table-for-any-orphaned-records.md) - [Checking Inequality](postgres/checking-inequality.md) - [Checking The Type Of A Value](postgres/checking-the-type-of-a-value.md) - [Clear The Screen In psql](postgres/clear-the-screen-in-psql.md)