Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 5f29d6b

Browse files
author
Adam Kliment
committed
Merge pull request #200 from apiaryio/abtris/fix-typo
Fix typo: bleuprint -> blueprint
2 parents ae15b05 + abca8aa commit 5f29d6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ApiaryReportingApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ HOST: http://api.apiary.io/
1616
- reportUrl (string, required, `https://absolutely.fency.url/wich-can-change/some/id`) ... Report UI URL
1717
- blueprints (array, required) ... Array of blueprints used for the test run
1818
- filename (string, required) ... file name
19-
- raw (string, required) ... raw bleuprint content in Markdown
19+
- raw (string, required) ... raw blueprint content in Markdown
2020
- parsed (object, required) ... parsed blueprint from raw data
2121
- ast (object, required) ... parsed blueprint ast
2222
- sourcemap (object, optional) ... sourcemap from protagonist
23-
- warnings (array, required) ... bleuprint parser warnings
23+
- warnings (array, required) ... blueprint parser warnings
2424
- public (boolean, `true`) ... True if test run results are public
2525
- agent (string) ... Who performed the test
2626
- agentRunUuid (string) ... UUID v4 generated by the agent for particular test run identification
@@ -458,4 +458,4 @@ HOST: http://api.apiary.io/
458458
"resultData": {
459459
}
460460
}
461-
```
461+
```

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Following is description is in a [MSON](https://github.com/apiaryio/mson) format
162162
- headers (object)
163163
- body (string)
164164

165-
- origin (object) Reference to the original bleuprint
165+
- origin (object) Reference to the original blueprint
166166
- filename `"./blueprint.md"` (string)
167167
- apiName `"My Api"` (string)
168168
- resourceGroupName `"Greetings"` (string)

src/interactive-config.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interactiveConfig.prompt = (config = {}, callback) ->
99
questions.push {
1010
type: "input",
1111
name: "blueprint",
12-
message: "Location of the API bleuprint"
12+
message: "Location of the API blueprint"
1313
default: config['blueprint'] || "apiary.apib"
1414
}
1515

0 commit comments

Comments
 (0)