Skip to content

Commit fee08bb

Browse files
committed
- Minor cleanup
1 parent 1e4bc1b commit fee08bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ by the app
2020
- `lifecycle`: allows an app to register callbacks for events that occur in the lifecycle of an installation. When a
2121
lifecycle event is fired, a POST request will be made to the appropriate URL registered for the event. We'll go into
2222
more detail in **Lifecycle Events**
23-
- `modules`: extensions for the user interfaces of Jira.
23+
- `modules`: extensions for the parts of Jira.
2424
- `postInstallPage`: this is the first page where the user lands after clicking on the `Get Started` link after
2525
installing the app. You can think of this page as the main index page for the app.
2626
- `webhooks`: list of all the webhooks for the Connect app. For this sample app, we've added some Jira webhooks

src/routes/atlassian-connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const connectAppDescriptor = {
7575
},
7676

7777
/**
78-
* Extensions for the user interfaces of Jira
78+
* Extensions for the different parts of Jira
7979
* like links, panels, pages, permissions, workflows etc.
8080
*/
8181
modules: {

0 commit comments

Comments
 (0)