Skip to content

Commit

Permalink
Remove duplications [#366]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkondzior authored and mostlyobvious committed Jul 17, 2018
1 parent 0b0c409 commit d899f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railseventstore.org/source/docs/exceptions.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you want to have an event present in multiple streams, you have to link it wi
### RubyEventStore::InvalidExpectedVersion

<% if version_above('0.30.0') %>
Occurs when invalid `exception_version` is passed in `append`, `link` or `publish`.
Occurs when invalid `exception_version` is passed in `append_to_stream`, `link_to_stream` or `publish`.
<% else %>
Occurs when invalid `exception_version` is passed in `append_to_stream`, `link_to_stream`, `publish_event` or `publish_events`.
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion railseventstore.org/source/docs/publish.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OrderPlaced = Class.new(RailsEventStore::Event)

## Publishing an event

Then you can use `publish` or `publish` method.
Then you can use `publish` method.

```ruby
stream_name = "order_1"
Expand Down

0 comments on commit d899f68

Please sign in to comment.