AWS aurora-dsql documentation change
Summary
Fixed typo in 'create' spelling under public schema limitations
Security assessment
Minor typo correction with no impact on security content or functionality.
Diff
diff --git a/aurora-dsql/latest/userguide/working-with-postgresql-compatibility-unsupported-features.md b/aurora-dsql/latest/userguide/working-with-postgresql-compatibility-unsupported-features.md index 4d041ae5d..e29e45193 100644 --- a//aurora-dsql/latest/userguide/working-with-postgresql-compatibility-unsupported-features.md +++ b//aurora-dsql/latest/userguide/working-with-postgresql-compatibility-unsupported-features.md @@ -136 +136 @@ Consider the following compatibility limitations when using Aurora DSQL. For gen - * Non-admin users can't create objects in the public schema. Only admin users can crete objects in the public schema. The admin user role has permissions to grant read, write, and modify access to these objects to non-admin users, but it cannot grant `CREATE` permissions to the public schema itself. Non-admin users must use different, user-created schemas for object creation. + * Non-admin users can't create objects in the public schema. Only admin users can create objects in the public schema. The admin user role has permissions to grant read, write, and modify access to these objects to non-admin users, but it cannot grant `CREATE` permissions to the public schema itself. Non-admin users must use different, user-created schemas for object creation.