diff --git a/docs/docs/transformers/system/null.mdx b/docs/docs/transformers/system/null.mdx
new file mode 100644
index 0000000000..f93cc338d0
--- /dev/null
+++ b/docs/docs/transformers/system/null.mdx
@@ -0,0 +1,37 @@
+---
+title: Null
+id: null-t
+hide_title: true
+slug: /transformers/system/null-t
+---
+
+import { TransformerPageHeader } from '@site/src/CustomComponents/TransformerPageHeader.tsx';
+
+import { DocsTable } from '@site/src/CustomComponents/DocsTable.tsx';
+
+
+
+## Definition
+
+The null transformer simply returns a null value. This may be useful if you a column that can't be null but don't have a specific value that you want to insert.
+
+## Configurations
+
+There are no configurations for the null transformer.
+
+## Examples
+
+Here are some examples of what an output null value may look like.
+
+
diff --git a/docs/docs/transformers/system/sha256hash.mdx b/docs/docs/transformers/system/sha256hash.mdx
index c8a0d4325c..d83e247bd3 100644
--- a/docs/docs/transformers/system/sha256hash.mdx
+++ b/docs/docs/transformers/system/sha256hash.mdx
@@ -25,7 +25,7 @@ There are no configurations for the hash transformer.
## Examples
-Here are some examples of what an output state value may look like.
+Here are some examples of what an output hash value may look like.