File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# # Description
2
2
# 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
4
4
# [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
6
6
# coffescript generates Javascript).
7
+
7
8
# # Installation
8
9
# npm install random-data
10
+
9
11
# # Example
10
12
#
11
13
# random = require 'random-data'
@@ -118,7 +120,7 @@ random.addressLine2 = ->
118
120
random .city = ->
119
121
random .element data .cities
120
122
121
- # Picks a random 2 character US state abbrevation , for example `'MO'`.
123
+ # Picks a random 2 character US state abbreviation , for example `'MO'`.
122
124
random .usStateAbbreviation = ->
123
125
random .element data .state_abbrevs
124
126
You can’t perform that action at this time.
0 commit comments