Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
codeon and github-actions[bot] authored Jan 29, 2025
1 parent c379165 commit ddfeea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fern/docs/pages/tutorials/perform-external-action.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Introduction

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

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

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

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

0 comments on commit ddfeea0

Please sign in to comment.