fix: grammar typo Priviliges -> Privileges (#8016)

Commits done in PostgreSQL Roadmap
pull/8089/head
xaviduds 2 weeks ago committed by GitHub
parent 5a813eea04
commit 4058dff406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      public/roadmap-content/postgresql-dba.json
  2. 0
      src/data/roadmaps/postgresql-dba/content/default-privileges@t18XjeHP4uRyERdqhHpl5.md
  3. 0
      src/data/roadmaps/postgresql-dba/content/object-privileges@S20aJB-VuSpXYyd0-0S8c.md
  4. 4
      src/data/roadmaps/postgresql-dba/postgresql-dba.json

@ -1075,7 +1075,7 @@
]
},
"S20aJB-VuSpXYyd0-0S8c": {
"title": "Object Priviliges",
"title": "Object Privileges",
"description": "Object privileges in PostgreSQL are the permissions given to different user roles to access or modify database objects like tables, views, sequences, and functions. Ensuring proper object privileges is crucial for maintaining a secure and well-functioning database.\n\nLearn more from the following resources:",
"links": [
{
@ -1117,7 +1117,7 @@
]
},
"t18XjeHP4uRyERdqhHpl5": {
"title": "Default Priviliges",
"title": "Default Privileges",
"description": "PostgreSQL allows you to define object privileges for various types of database objects. These privileges determine if a user can access and manipulate objects like tables, views, sequences, or functions. In this section, we will focus on understanding default privileges in PostgreSQL.\n\nLearn more from the following resources:",
"links": [
{

@ -2765,7 +2765,7 @@
},
"selected": false,
"data": {
"label": "Object Priviliges",
"label": "Object Privileges",
"style": {
"fontSize": 17,
"justifyContent": "flex-start",
@ -2830,7 +2830,7 @@
},
"selected": false,
"data": {
"label": "Default Priviliges",
"label": "Default Privileges",
"style": {
"fontSize": 17,
"justifyContent": "flex-start",

Loading…
Cancel
Save