Skip to content

Commit ddfeea0

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c379165 commit ddfeea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/docs/pages/tutorials/perform-external-action.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Introduction
22

3-
In this tutorial, you'll learn how to develop a snap-in that mirrors an issue from
3+
In this tutorial, you learn how to develop a snap-in that mirrors an issue from
44
DevRev to GitHub. This requires addition of a command that can be run from
55
the **Discussions** tab of an issue in DevRev, which creates an issue in GitHub.
66

@@ -25,7 +25,7 @@ the **Discussions** tab of an issue in DevRev, which creates an issue in GitHub.
2525
### Installation guide
2626

2727
- Install [DevRev CLI](/snapin-development/references/cli-install)
28-
- Install [jq](https://stedolan.github.io/jq)
28+
- Install [jq](https://stedolan.github.io/jq).
2929
- Install [DevRev SDK](https://www.npmjs.com/package/@devrev/typescript-sdk?activeTab=readme)
3030

3131
<Callout intent="info">
@@ -100,7 +100,7 @@ functions:
100100
description: Function to create a GitHub issue
101101
```
102102
103-
The command clearly states where you can use it. For example, in the
103+
The command states where you can use it. For example, in the
104104
**Discussions** tab of issues.
105105
106106
It also explains the different situations and

0 commit comments

Comments
 (0)