README.adoc in relaton-3gpp-1.14.0 vs README.adoc in relaton-3gpp-1.14.1

- old
+ new

@@ -50,11 +50,11 @@ <docnumber>TR 00.01U:UMTS/3.0.0</docnumber> ... </bibitem>" ---- -With argument `bibdata: true` it ouputs XML wrapped by `bibdata` element and adds flavour `ext` element. +With argument `bibdata: true` it outputs XML wrapped by `bibdata` element and adds flavor `ext` element. [source,ruby] ---- item.to_xml bibdata: true => "<bibdata type="standard" schema-version="v1.2.1"> @@ -86,11 +86,11 @@ </bibdata>" ---- === Typed links -Some of 3GPP documents have `src` type link. +Some 3GPP documents have `src` type link. [source,ruby] ---- item.link.first.type => "src" @@ -131,10 +131,10 @@ The method `Relaton3GPP::DataFetcher.fetch(output: "data", format: "yaml")` converts all the documents from the dataset and save them to the `./data` folder in YAML format. Arguments: - `output` - folder to save documents (default './data'). -- `format` - format in which the documents are saved. Possimle formats are: `yaml`, `xml`, `bibxml` (default `yaml`). +- `format` - a format in which the documents are saved. Possible formats are: `yaml`, `xml`, `bibxml` (default `yaml`). [source,ruby] ---- Relaton3GPP::DataFetcher.fetch output: "data", format: "yaml" Started at: 2021-12-10 19:58:46 +0100