Update GETTING_STARTED.md (#1389)

Add closing bracket after link to 'Dependent Attributes' section, in the 'With other attributes' section.
This commit is contained in:
Kevin 2020-05-02 22:16:15 +08:00 committed by GitHub
parent 975fc4ff29
commit ae2fce1874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ Transient Attributes
There may be times where your code can be DRYed up by passing in transient
attributes to factories. You can access transient attributes within other
attributes (see [Dependent Attributes](#dependent-attributes):
attributes (see [Dependent Attributes](#dependent-attributes)):
```ruby
factory :user do