We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac41f9 commit 276fca2Copy full SHA for 276fca2
docs/guide/providers.md
@@ -41,7 +41,7 @@ UI-contributions:
41
42
1. Update project dependencies
43
2. Implement the possible contributions
44
-3. Define the contributions points
+3. Define the contribution points
45
4. Load the extensions
46
5. Publish the extensions
47
@@ -70,7 +70,7 @@ class Panel(Contribution):
70
super().__init__(name, title=title)
71
```
72
73
-### Define the contributions points
+### Define the contribution points
74
75
Define the possible contribution points in your application.
76
0 commit comments