diff --git a/documentation/docs/functions.md b/documentation/docs/functions.md index 5d87c451..affda3e6 100644 --- a/documentation/docs/functions.md +++ b/documentation/docs/functions.md @@ -90,7 +90,7 @@ To verify a table encryption, run the following statement: SELECT pg_tde_is_encrypted('table_name'); ``` -You can also verify if the table in a custom schema is encrypted. Pass teh schema name for the function as follows: +You can also verify if the table in a custom schema is encrypted. Pass the schema name for the function as follows: ``` SELECT pg_tde_is_encrypted('schema.table_name');