Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Fix a small markdown issue on the README file.
  • Loading branch information
mflores88 authored Mar 18, 2024
1 parent ba6946b commit b51acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ article.current_state.between? :awaiting_review, :rejected # => true
```

Now we can call the submit event, which transitions to the
<tt>:awaiting_review</tt> state:
`:awaiting_review`state:

```rb
article.submit!
Expand Down

0 comments on commit b51acf0

Please sign in to comment.