Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeryther committed Nov 16, 2021
1 parent f67ccd7 commit fa21aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function createSafeModeNode(): NodeDefinition {

protected function createMarkupEscapedNode(): NodeDefinition {
return $this->builder
->booleanNode("markup_escpaed")
->booleanNode("markup_escaped")
->info("Whether HTML is already properly escaped.")
->defaultValue(false);
}
Expand Down

0 comments on commit fa21aad

Please sign in to comment.