Skip to content

Commit 82efaf6

Browse files
committed
fix typo
Signed-off-by: Michael Beemer <[email protected]>
1 parent af4dc7d commit 82efaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datasets/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ import { ECOSYSTEM_HOOKS } from './hooks';
22
import { ECOSYSTEM_OFREP_APIS, OFREPElement } from './ofrep-api';
33
import { ECOSYSTEM_PROVIDERS } from './providers';
44
import { ECOSYSTEM_SDKS } from './sdks/ecosystem';
5-
import { ECOSYSTEM_INTEGRATONS } from './integrations';
5+
import { ECOSYSTEM_INTEGRATIONS } from './integrations';
66
import { EcosystemElement, Technology, Type } from './types';
77

88
export const ECOSYSTEM: (EcosystemElement | OFREPElement)[] = [
99
...ECOSYSTEM_SDKS,
1010
...ECOSYSTEM_PROVIDERS,
1111
...ECOSYSTEM_HOOKS,
1212
...ECOSYSTEM_OFREP_APIS,
13-
...ECOSYSTEM_INTEGRATONS,
13+
...ECOSYSTEM_INTEGRATIONS,
1414
].map((s) => ({
1515
// Creates a unique id per item for the search index
1616
id:

0 commit comments

Comments
 (0)