Skip to content

Commit d0519dd

Browse files
authored
fix(docs): fixing spelling mistakes (#14730)
1 parent 137ffb7 commit d0519dd

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _Not all Feature Guides will require a Tutorial._
2626

2727
A Tutorial is meant to provide very specific steps to accomplish complex workflows and advanced use cases that are out of scope of a Feature Guide.
2828

29-
Tutorials should be written to accomodate the targeted persona, i.e. Developer, Admin, End-User, etc.
29+
Tutorials should be written to accommodate the targeted persona, i.e. Developer, Admin, End-User, etc.
3030

3131
_Not all Tutorials require an associated Feature Guide._
3232

docs/actions/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Each Event instance inside the framework corresponds to a single **Event Type**,
7777

7878
Events are produced to the framework by **Event Sources**. Event Sources may include their own guarantees, configurations, behaviors, and semantics. They usually produce a fixed set of Event Types.
7979

80-
In addition to sourcing events, Event Sources are also responsible for acking the succesful processing of an event by implementing the `ack` method. This is invoked by the framework once the Event is guaranteed to have reached the configured Action successfully.
80+
In addition to sourcing events, Event Sources are also responsible for acking the successful processing of an event by implementing the `ack` method. This is invoked by the framework once the Event is guaranteed to have reached the configured Action successfully.
8181

8282
### Transformers
8383

docs/authentication/introducing-metadata-service-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ These changes represent the first milestone in Metadata Service Authentication.
105105
1. **Dynamic Authenticator Plugins**: Configure + register custom Authenticator implementations, without forking DataHub.
106106
2. **Service Accounts**: Create service accounts and generate Access tokens on their behalf.
107107
3. **Kafka Ingestion Authentication**: Authenticate ingestion requests coming from the Kafka ingestion sink inside the Metadata Service.
108-
4. **Access Token Management**: Ability to view, manage, and revoke access tokens that have been generated. (Currently, access tokens inlcude no server side state, and thus cannot be revoked once granted)
108+
4. **Access Token Management**: Ability to view, manage, and revoke access tokens that have been generated. (Currently, access tokens include no server side state, and thus cannot be revoked once granted)
109109

110110
...and more! To advocate for these features or others, reach out on [Slack](https://datahubspace.slack.com/join/shared_invite/zt-nx7i0dj7-I3IJYC551vpnvvjIaNRRGw#/shared-invite/email).
111111

docs/authentication/personal-access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ is enabled.
8686
## Additional Resources
8787

8888
- Learn more about how this feature is by DataHub [Authentication Metadata Service](introducing-metadata-service-authentication.md).
89-
- Check out our [Authorization Policies](../authorization/policies.md) to see what permissions can be programatically used.
89+
- Check out our [Authorization Policies](../authorization/policies.md) to see what permissions can be programmatically used.
9090

9191
### GraphQL
9292

93-
- Have a look at [Token Management in GraphQL](../api/graphql/token-management.md) to learn how to manage tokens programatically!
93+
- Have a look at [Token Management in GraphQL](../api/graphql/token-management.md) to learn how to manage tokens programmatically!
9494

9595
## FAQ and Troubleshooting
9696

docs/managed-datahub/release-notes/v_0_3_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This release includes all changes up to and including DataHub Core v1.1.0.
8282

8383
- Product
8484

85-
- [**AI-Generated Documentaton**](../../automations/ai-docs.md) is now in Public Beta. Turn it on by going to **Settings > AI** and enabling **Documentation AI**.
85+
- [**AI-Generated Documentation**](../../automations/ai-docs.md) is now in Public Beta. Turn it on by going to **Settings > AI** and enabling **Documentation AI**.
8686
- [**DataHub Slack Assistant**](../slack/saas-slack-app.md#datahub-slack-bot) is now in Private Beta. Reach out to your DataHub representative to get access.
8787
- [**Hosted MCP Server**](../../features/feature-guides/mcp.md): DataHub is now a remote MCP server.
8888
- **Data Health Dashboard V2** is here, featuring enhanced filtering capabilities for an improved user experience.

docs/managed-datahub/release-notes/v_0_3_13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This release includes all changes up to and including DataHub Core v1.2.0.
121121
- [**DataHub AI in Slack**](../slack/saas-slack-app.md#datahub-ai-in-slack): The AI-powered `@DataHub` Slack command is now available in public beta. Admins can enable this feature by navigating to UI → Settings → AI.
122122
- **Customizable Home Page**: Introducing a brand new home page experience with customization to suit your personal or organizational needs! Currently in private beta behind a feature flag, this new home page allows users with permission to create or edit modules for a custom default experience for all users in your organization. Alternatively, users can individually update their own personal home page to suit their needs. Configure custom asset collections, hierarchy views, documentation, pinned links and more!
123123
- **Entity Profile Design Updates**: Entity profile pages receive a tabs design uplift in this release with sleeker, simpler-looking tabs that bring a more consistent feel to the page.
124-
- **Access Worfklows**: Introducing support for creating access approval workflows with custom entry points, custom form fields, routing policies, and more using the `upsertActionWorkflow` GraphQL API. Also introduced support for creating & reviewing access workflows via the **Task Center**. This is in private beta currently, available behind a feature flag (ACTION_WORKFLOWS_ENABLED).
124+
- **Access Workflows**: Introducing support for creating access approval workflows with custom entry points, custom form fields, routing policies, and more using the `upsertActionWorkflow` GraphQL API. Also introduced support for creating & reviewing access workflows via the **Task Center**. This is in private beta currently, available behind a feature flag (ACTION_WORKFLOWS_ENABLED).
125125
- **Bulk Create Field Metric Smart Assertions**: When creating a field metric assertion, you now have the ability to 'Bulk create smart assertions'. This allows you to select multiple fields and metrics, and spin up anomaly monitors across all of them in one go
126126
- **Bulk Create Freshness and Volume Smart Assertions**: On the data health page you can now create smart freshness and volume assertions across thousands of tables in one go. Makes it effortless to strap a seatbelt with anomaly monitors across your landscape.
127127
- **Improved Notifications for Assertion Failures**: Slack and email alerts for assertions failures will now include context around expected vs actual values, making it easier to separate signal from noise right where you work.
@@ -131,7 +131,7 @@ This release includes all changes up to and including DataHub Core v1.2.0.
131131
- **Container filters on Data Health dashboard**: Filter your data health dashboard by the asset's container, making it easy to see health of specific schemas in your database.
132132
- **Data Health Filters reflected in URL**: This makes it easy to bookmark and share links to specific filtered pages on the Data Health dashboard.
133133
- [**MCP Server**](../../features/feature-guides/mcp.md): The search tool has been revamped to improve LLM understanding and reduce tool confusion / tool call error by ~60%.
134-
- [**AI-Generated Documentaton**](../../automations/ai-docs.md): We can now generate docs for tables with up to 3000 columns, increasing the previous limit of 1000.
134+
- [**AI-Generated Documentation**](../../automations/ai-docs.md): We can now generate docs for tables with up to 3000 columns, increasing the previous limit of 1000.
135135
- **Upstream Propagation** The tag and glossary term propagation automations now support propagating via lineage upstream. This feature is still
136136
in open beta; reach out to your DataHub Cloud representative to get access.
137137

docs/managed-datahub/slack/saas-slack-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Some of the most commonly used features within our Slack app are the Incidents m
9696
The DataHub UI offers a rich set of [Incident tracking and management](https://docs.datahub.com/docs/incidents/incidents/) features.
9797
When a Slack member or channel receives notifications about an Incident, many of these features are made accessible right within the Slack app.
9898

99-
When an incident is raised, you will recieve rich context about the incident in the Slack message itself. You will also be able to `Mark as Resolved`, update the `Priorty`, set a triage `Stage` and `View Details` - directly from the Slack message.
99+
When an incident is raised, you will receive rich context about the incident in the Slack message itself. You will also be able to `Mark as Resolved`, update the `Priority`, set a triage `Stage` and `View Details` - directly from the Slack message.
100100

101101
<p align="center">
102102
<img width="70%" alt="Example of search results being displayed within Slack." src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/slack/slack_incidents_1.png" />

docs/managed-datahub/slack/saas-slack-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Now proceed to the [Subscriptions and Notifications page](https://docs.datahub.c
5555

5656
### DataHub Slack bot permissions
5757

58-
The DataHub Slack bot requires a certain set of scopes (permissions) to function. We've listed them below with thier explanations.
58+
The DataHub Slack bot requires a certain set of scopes (permissions) to function. We've listed them below with their explanations.
5959

6060
```
6161
# Required for slash commands / shortcuts.

docs/managed-datahub/subscription-and-notification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Notifying on tag changes for every asset in the platform would be noisy, and so
3838

3939
## Prerequisites
4040

41-
Once you have [configured Slack within your DataHub instance](slack/saas-slack-setup.md), you will be able to subscribe to any Entity in DataHub and begin recieving notifications via DM.
41+
Once you have [configured Slack within your DataHub instance](slack/saas-slack-setup.md), you will be able to subscribe to any Entity in DataHub and begin receiving notifications via DM.
4242

4343
To begin receiving personal notifications, go to Settings > "My Notifications". From here, toggle on Slack Notifications and input your Slack Member ID.
4444

@@ -157,9 +157,9 @@ Then select individual assertions you'd like to subscribe to:
157157
<img width="70%" alt="7" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/subscription-and-notification/s_n-assertion-sub-resub-1.jpg" />
158158
</p>
159159

160-
## Programatically Managing Subscriptions
160+
## Programmatically Managing Subscriptions
161161

162-
You can create and remove subscriptions programatically using the [GraphQL APIs](/docs/api/graphql/overview.md) or the [Python Subscriptions SDK](/docs/api/tutorials/subscriptions.md).
162+
You can create and remove subscriptions programmatically using the [GraphQL APIs](/docs/api/graphql/overview.md) or the [Python Subscriptions SDK](/docs/api/tutorials/subscriptions.md).
163163

164164
## FAQ
165165

metadata-ingestion/docs/sources/fivetran/fivetran_pre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ grant role fivetran_datahub to user snowflake_user;
6565
If you have multiple instances of source/destination systems that are referred in your `fivetran` setup, you'd need to configure platform instance for these systems in `fivetran` recipe to generate correct lineage edges. Refer the document [Working with Platform Instances](https://docs.datahub.com/docs/platform-instances) to understand more about this.
6666

6767
While configuring the platform instance for source system you need to provide connector id as key and for destination system provide destination id as key.
68-
When creating the conection details in the fivetran UI make a note of the destination Group ID of the service account, as that will need to be used in the `destination_to_platform_instance` configuration.
68+
When creating the connection details in the fivetran UI make a note of the destination Group ID of the service account, as that will need to be used in the `destination_to_platform_instance` configuration.
6969
I.e:
7070

7171
<p align="center">

0 commit comments

Comments
 (0)