Skip to content

Commit 276fca2

Browse files
committed
typo
1 parent 4ac41f9 commit 276fca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ UI-contributions:
4141

4242
1. Update project dependencies
4343
2. Implement the possible contributions
44-
3. Define the contributions points
44+
3. Define the contribution points
4545
4. Load the extensions
4646
5. Publish the extensions
4747

@@ -70,7 +70,7 @@ class Panel(Contribution):
7070
super().__init__(name, title=title)
7171
```
7272

73-
### Define the contributions points
73+
### Define the contribution points
7474

7575
Define the possible contribution points in your application.
7676

0 commit comments

Comments
 (0)