Skip to content

Commit

Permalink
ApiDefinitionGuidelines: Fix spellcheck errors
Browse files Browse the repository at this point in the history
API and 'extensibilitiy' should be in the dictionary, but yaml -> YAML
is reasonable.

Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed May 31, 2024
1 parent 70a1546 commit fc7d51d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Abhishek
Akash
AMDGPU
API
arge
arXiv
backend
Expand Down Expand Up @@ -37,6 +38,7 @@ Eval
Excalidraw
exfiltrate
exfiltrating
extensibility
Finetuning
formedness
GFX
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ easily updated in the future as needed. Some options include:

### API Specifications

API definitions use [OpenAPI](https://www.openapis.org/) format in [yaml](https://yaml.org/).
API definitions use [OpenAPI](https://www.openapis.org/) format in [YAML](https://yaml.org/).
2 changes: 1 addition & 1 deletion docs/api-definitions-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `InstructLab APIs` are essential for hosting `InstructLab` as a service in a

## How will service APIs be defined?

Service APIs will be defined using [OpenAPI](https://www.openapis.org/) format in [yaml](https://yaml.org/). For structural and style guidelines, see [api-definitions](../api-definitions/README.md).
Service APIs will be defined using [OpenAPI](https://www.openapis.org/) format in [YAML](https://yaml.org/). For structural and style guidelines, see [api-definitions](../api-definitions/README.md).

## Where will service API definitions live?

Expand Down

0 comments on commit fc7d51d

Please sign in to comment.