Skip to content

Commit d899f68

Browse files
pkondziormostlyobvious
authored andcommitted
Remove duplications [#366]
1 parent 0b0c409 commit d899f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

railseventstore.org/source/docs/exceptions.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you want to have an event present in multiple streams, you have to link it wi
3939
### RubyEventStore::InvalidExpectedVersion
4040

4141
<% if version_above('0.30.0') %>
42-
Occurs when invalid `exception_version` is passed in `append`, `link` or `publish`.
42+
Occurs when invalid `exception_version` is passed in `append_to_stream`, `link_to_stream` or `publish`.
4343
<% else %>
4444
Occurs when invalid `exception_version` is passed in `append_to_stream`, `link_to_stream`, `publish_event` or `publish_events`.
4545
<% end %>

railseventstore.org/source/docs/publish.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OrderPlaced = Class.new(RailsEventStore::Event)
1515

1616
## Publishing an event
1717

18-
Then you can use `publish` or `publish` method.
18+
Then you can use `publish` method.
1919

2020
```ruby
2121
stream_name = "order_1"

0 commit comments

Comments
 (0)