diff --git a/astro/src/content/docs/extend/code/lambdas/_saml-response-fields.mdx b/astro/src/content/docs/extend/code/lambdas/_saml-response-fields.mdx
index ac785e73b9..56ee9e4a01 100644
--- a/astro/src/content/docs/extend/code/lambdas/_saml-response-fields.mdx
+++ b/astro/src/content/docs/extend/code/lambdas/_saml-response-fields.mdx
@@ -22,7 +22,7 @@ import RemovedSince from 'src/components/api/RemovedSince.astro';
The instant that this assertion stops being valid. This is the number of milliseconds since Epoch UTC.
- The issuer of this SAML assertion. This defaults to the `issuser` from the corresponding SAML identity provider configuration.
+ The issuer of this SAML assertion. This defaults to the `issuer` from the corresponding SAML identity provider configuration.
The `NameID` format for the id of the subject (user). FusionAuth uses the `emailaddress` format specified by the SAML specifications. It is not recommended that you change this unless you know what you are doing.