Skip to content

Commit

Permalink
Fixed typo in keycloak encryption_algorithm node info
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Aug 12, 2023
1 parent b034a5c commit 00b3963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function buildConfiguration(NodeBuilder $node)
->end()
->scalarNode('encryption_algorithm')
->defaultNull()
->info('Optional: Encryption algorith, i.e. RS256')
->info('Optional: Encryption algorithm, i.e. RS256')
->end()
->scalarNode('encryption_key_path')
->defaultNull()
Expand Down

0 comments on commit 00b3963

Please sign in to comment.