Skip to content

Commit bcf9908

Browse files
authored
Fix words
1 parent f3a8b9c commit bcf9908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The different parts of the project are located in the `packages` directory struc
1515
- [`@stac-manager/data-widgets`](./packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
1616
- [`@stac-manager/data-plugins`](./packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
1717

18-
The `@sta-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
18+
The `@stac-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
1919

2020
The plugin system is responsible to dynamically generate forms based on a schema definition.
2121
Each plugin handles a specific part of the data and is responsible for defining the schema for the form, converting the data to the form format, and converting the form data back to the original data format.
@@ -58,7 +58,7 @@ export const config = extendPluginConfig(defaultPluginWidgetConfig, {
5858

5959
## Plugins & Widgets
6060

61-
Data plugins are the central part of STAC-Manager. Check the [plugin system documentation](./PLUGINS.md.md) for to understand how they work and how to create a new plugin.
61+
Data plugins are the central part of STAC-Manager. Check the [plugin system documentation](./PLUGINS.md.md) to understand how they work and how to create a new plugin.
6262

6363
Widgets are the visual representation of the fields in the form. Check the [widget documentation](./WIDGETS.md) for more information on how to create a new widget.
6464

0 commit comments

Comments
 (0)