Skip to content

Commit

Permalink
Fix Markdown Syntax in GETTING STARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rena-h authored and composerinteralia committed Jul 29, 2019
1 parent 5a3247d commit ca81076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ create(:profile_with_languages, languages_count: 15).languages.length # 15

Polymorphic associations can be handled with traits:

```
```ruby
FactoryBot.define do
factory :video
factory :photo
Expand All @@ -531,7 +531,7 @@ end

This allows us to do:

```
```ruby
create(:comment)
create(:comment, :for_video)
create(:comment, :for_photo)
Expand Down

0 comments on commit ca81076

Please sign in to comment.