Skip to content

Commit f5a5e5f

Browse files
authored
Fix typos across codebase (#540)
1 parent 171cbd7 commit f5a5e5f

File tree

131 files changed

+181
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+181
-181
lines changed

components/CodeWithLanguageSelector/CodeWithLanguageSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useCodeWithLanguageSelectorContext } from "../../context/CodeWithLangua
44
import {
55
getLanguageIcon,
66
getLanguageName,
7-
} from "../../utils/CodeWithLanugageSelectorUtils";
7+
} from "../../utils/CodeWithLanguageSelectorUtils";
88
import codeStyles from "../common/Code/Code.module.css";
99
import styles from "./CodeWithLanguageSelector.module.css";
1010

components/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ErrorBoundary extends Component<Props, State> {
2323

2424
public render() {
2525
if (this.state.hasError) {
26-
return <h1>Sorry!! Some Error occured</h1>;
26+
return <h1>Sorry!! Some Error occurred</h1>;
2727
}
2828

2929
return this.props.children;

constants/Roadmap.constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export const ROADMAP_DATA: RoadmapData = {
270270
{
271271
label: "Glossary Terms Relations",
272272
description:
273-
"Users can define relationships and associate realtionship between entities and terms. ",
273+
"Users can define relationships and associate relationship between entities and terms. ",
274274
},
275275
],
276276
release: 1.5,
@@ -333,7 +333,7 @@ export const ROADMAP_DATA: RoadmapData = {
333333
{
334334
label: "Data Asset Naming Conventions",
335335
description:
336-
"Define Data Asset naming convetions and use this app to enforce and send a report to teams.",
336+
"Define Data Asset naming conventions and use this app to enforce and send a report to teams.",
337337
},
338338
{
339339
label: "Reverse Metadata Applications",
@@ -395,7 +395,7 @@ export const ROADMAP_DATA: RoadmapData = {
395395
{
396396
label: "Pipeline Dashboard",
397397
description:
398-
"Pipeline Dashboard - Show all ETL pipelines in an organization and how many succesful/failed/aborted/paused.",
398+
"Pipeline Dashboard - Show all ETL pipelines in an organization and how many successful/failed/aborted/paused.",
399399
},
400400
],
401401
release: 1.7,
@@ -450,7 +450,7 @@ export const ROADMAP_DATA: RoadmapData = {
450450
{
451451
label: "Pipeline Dashboard",
452452
description:
453-
"Pipeline Dashboard - Show all ETL pipelines in an organization and how many succesful/failed/aborted/paused.",
453+
"Pipeline Dashboard - Show all ETL pipelines in an organization and how many successful/failed/aborted/paused.",
454454
},
455455
],
456456
release: 1.8,

content/partials/v1.10/connectors/dashboard/configure-ingestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Make sure the regex filter pattern accounts for this fully-qualified format.
4848
- **Include Tags (toggle)**: Set the 'Include Tags' toggle to control whether to include tags in metadata ingestion.
4949
- **Include Data Models (toggle)**: Set the 'Include Data Models' toggle to control whether to include tags as part of metadata ingestion.
5050
- **Mark Deleted Dashboards (toggle)**: Set the 'Mark Deleted Dashboards' toggle to flag dashboards as soft-deleted if they are not present anymore in the source system.
51-
- **Include Draft Dashboard (toogle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
51+
- **Include Draft Dashboard (toggle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
5252

5353
{% /extraContent %}

content/partials/v1.10/connectors/yaml/dashboard/source-config-def.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetada
1818

1919
- **markDeletedDashboards**: Set the 'Mark Deleted Dashboards' toggle to flag dashboards as soft-deleted if they are not present anymore in the source system.
2020

21-
- **Include Draft Dashboard (toogle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
21+
- **Include Draft Dashboard (toggle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
2222

2323
- **dataModelFilterPattern**: Regex exclude or include data models that matches the pattern.
2424

content/partials/v1.10/deployment/upgrade/upgrade-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prerequisites
22

3-
Everytime that you plan on upgrading OpenMetadata to a newer version, make sure to go over all these steps:
3+
Every time that you plan on upgrading OpenMetadata to a newer version, make sure to go over all these steps:
44

55
## Backup your Metadata
66

content/partials/v1.10/releases/1.5.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta
4343
- Fix: Fix exception in search due to exception in database.displayName and databaseSchema.aggregation.
4444
- MINOR: Knowledge Center publicationDate mismatch error (Collate)
4545
- MINOR: Add owner label for knowledge center right panel (Collate)
46-
- Fix: Automator pagination & improvments (Collate)
46+
- Fix: Automator pagination & improvements (Collate)
4747
- Fix: ArchiveLog to FALSE for test connection (Collate)
4848
- Fix: Knowledge Page deletion is not deleting from the search index (Collate)`,
4949

content/partials/v1.10/releases/1.6.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta
3333
- Fix: Unable to remove existing values from custom property (enum data type).
3434
- Fix: Custom DI description getting added with HTML p tag. (Collate)
3535
- Fix: Knowledge Page hierarchy state doesn't persist on refresh. (Collate)
36-
- Fix: Reindex Page Entitiy is Missing on Collate. (Collate)
36+
- Fix: Reindex Page Entity is Missing on Collate. (Collate)
3737
- Fix: Avoid pluralizing for custom charts. (Collate)
3838
- Improvement: Ability to sort the DI charts based on date or term.
3939
- Improvement: Support test connection api cancellation on click of cancel.

content/partials/v1.10/releases/1.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If you want to allow your assets to belong to multiple domains, you need to go t
300300
- Improve profile workflow config to allow engine configuration
301301
- Improve template yml error handling and add ability to trigger it from specific branch
302302
- Add support of adding tags in test case form
303-
- Improve react, react-dom, react-router and dependant versions
303+
- Improve react, react-dom, react-router and dependent versions
304304
- Improve undici from 5.28.5 to 5.29.0
305305
- Add Postgres SP and UDF descriptions
306306
- Add Databricks pipeline lineage

content/partials/v1.11/connectors/dashboard/configure-ingestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Make sure the regex filter pattern accounts for this fully-qualified format.
4848
- **Include Tags (toggle)**: Set the 'Include Tags' toggle to control whether to include tags in metadata ingestion.
4949
- **Include Data Models (toggle)**: Set the 'Include Data Models' toggle to control whether to include tags as part of metadata ingestion.
5050
- **Mark Deleted Dashboards (toggle)**: Set the 'Mark Deleted Dashboards' toggle to flag dashboards as soft-deleted if they are not present anymore in the source system.
51-
- **Include Draft Dashboard (toogle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
51+
- **Include Draft Dashboard (toggle)**: Set the 'Include Draft Dashboard' toggle to include draft dashboards. By default it will include draft dashboards.
5252

5353
{% /extraContent %}

0 commit comments

Comments
 (0)