Skip to content

Commit

Permalink
UPDATE resolvers.md - change hooks -> resolvers (Sceptre#393)
Browse files Browse the repository at this point in the history
Fix small typo in resolver documentation.
  • Loading branch information
JohnVonNeumann authored and ngfgrant committed Jun 11, 2018
1 parent 62e7a5d commit f09e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ from setuptools import setup
setup(
name='custom_resolver',
entry_points={
'sceptre.hooks': [
'sceptre.resolvers': [
'custom_resolver = custom_resolver:CustomResolver',
],
}
Expand Down

0 comments on commit f09e5f3

Please sign in to comment.