Skip to content

Commit 11ae1b3

Browse files
authored
Merge pull request #83 from nickurban/patch-1
Fix typo in README regarding replay_overrides
2 parents 60c3354 + 24fe740 commit 11ae1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ defmodule MyApp.Accounts.User do
113113

114114
# Optionally ignore certain actions. This is mainly used for actions
115115
# that are kept around for supporting previous event versions, and
116-
# are configured as replay_overrrides in the event log (see above).
116+
# are configured as replay_overrides in the event log (see above).
117117
ignore_actions [:old_create_v1]
118118

119119
# Optionally specify version numbers for actions

0 commit comments

Comments
 (0)