Skip to content

Commit

Permalink
Merge pull request #6 from open-contracting/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
duncandewhurst authored Aug 1, 2017
2 parents d046f2d + e397eb5 commit 0ee7851
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The lots extension maintains the overall structure of an OCDS release, with item

Optional ```lotDetails``` and ```lotGroups``` section allow more complex conditions around the award of lots to be expressed, such as the maximum value of a group of lots.

This means that systems which are not 'lot aware' can still understand the overall value of contracting taking place, key events, and relationships between buyers and suppliers. At the same time, 'lot aware' systems can make use of the cross-referenced information to present a lot-centric view on the information to users, or to analyse contracting lot by lot.
This means that systems which are not 'lot aware' can still understand the overall value of contracting taking place, key events, and relationships between buyers and suppliers. At the same time, 'lot aware' systems can make use of the cross-referenced information to present a lot-centric view on the information to users, or to analyze contracting lot by lot.

## Related Lot

Expand Down Expand Up @@ -70,7 +70,7 @@ Although part of the same tender, the buyer is willing to award these different
},
"tender": {
"id": "ocds-213czf-lots-00001-01-tender",
"title": "Architecture and engineeering services",
"title": "Architecture and engineering services",
"description": "The authority is seeking support to construct a new public building.",
"procurementMethod": "open",
"status": "active",
Expand Down
2 changes: 1 addition & 1 deletion examples/lots.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"tender": {
"id": "ocds-213czf-lots-00001-01-tender",
"title": "Architecture and engineeering services",
"title": "Architecture and engineering services",
"description": "The authority is seeking support to construct a new public building.",
"procurementMethod": "open",
"status": "active",
Expand Down
4 changes: 2 additions & 2 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"null"
]
},
"NOTE": "Compare againt lotValues approach in open procument API - http://api-docs.openprocurement.org/en/latest/lots.html"
"NOTE": "Compare against lotValues approach in open procurement API - http://api-docs.openprocurement.org/en/latest/lots.html"
}
}
},
Expand Down Expand Up @@ -149,7 +149,7 @@
},
"LotDetails": {
"title": "Lot Details",
"description": "If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. This extended property is currently focussed on fields required by the EU TED data standard",
"description": "If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. This extended property is currently focused on fields required by the EU TED data standard",
"type": [
"object",
"null"
Expand Down

0 comments on commit 0ee7851

Please sign in to comment.