Skip to content

Commit 1f7cac7

Browse files
committed
fix doc typo
1 parent 88fe1ae commit 1f7cac7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/RandomData.coffee

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## Description
22
# RandomData is a node.js module that generates random test data for
3-
# your application. It is a portial port of the ruby
3+
# your application. It is a partial port of the ruby
44
# [random-data](http://random-data.rubyforge.org/) gem. It is written
5-
# in coffescript but can be used from Javascript as well (since
5+
# in coffescript but can be used from JavaScript as well (since
66
# coffescript generates Javascript).
7+
78
## Installation
89
# npm install random-data
10+
911
## Example
1012
#
1113
# random = require 'random-data'
@@ -118,7 +120,7 @@ random.addressLine2 = ->
118120
random.city = ->
119121
random.element data.cities
120122

121-
# Picks a random 2 character US state abbrevation, for example `'MO'`.
123+
# Picks a random 2 character US state abbreviation, for example `'MO'`.
122124
random.usStateAbbreviation = ->
123125
random.element data.state_abbrevs
124126

0 commit comments

Comments
 (0)