Skip to content

Commit

Permalink
docs(): fix typo and image (datahub-project#7635)
Browse files Browse the repository at this point in the history
Co-authored-by: Hyejin Yoon <[email protected]>
  • Loading branch information
2 people authored and shirshanka committed Mar 22, 2023
1 parent 852f687 commit 022d980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/datahub-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The Rest.li API represents the underlying persistence layer, and exposes the raw
Get started with our Rest.li API
</a>

## Datahub API Comparison
## DataHub API Comparison
DataHub supports several APIs, each with its own unique usage and format.
Here's an overview of what each API can do.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/tutorials/creating-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Navigate to GraphQL Explorer (`http://localhost:9002/api/graphiql`) and run the
mutation createGlossaryTerm {
createGlossaryTerm(input:
{
name: "Rate of Return.",
name: "Rate of Return",
description: "A rate of return (RoR) is the net gain or loss of an investment over a specified time period."
})
}
Expand Down Expand Up @@ -102,7 +102,7 @@ For more information about the `MetadataChangeProposal`, please refer to [Metada
You can now see `Rate of Return` term has been created.
To view the definition, you can either click on 'Govern > Glossary' at the top right of the page or simply search for the term by name.

![term-added](../../imgs/apis/tutorials/term-added.png)
![term-created](../../imgs/apis/tutorials/term-created.png)

## What's Next?

Expand Down

0 comments on commit 022d980

Please sign in to comment.