Skip to content

Commit 5f72e8b

Browse files
author
markzegarelli
authored
Merge pull request #1786 from segmentio/canny-edits
canny edits
2 parents c4706d2 + c4fe927 commit 5f72e8b

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/canny

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/canny/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This destination is maintained by Canny. For any issues with the destination, [c
1414

1515
1. Go to your [Canny Admin Segment Settings](https://canny.io/redirect?to=%2Fadmin%2Fsettings%2Fsegment).
1616
2. You will then be routed to Segment where you will be prompted to login and authorize the Canny Destination. Select the workspace and source you would like to integrate and click allow.
17-
3. And you're done! Wasn't that easy? After clicking allow you will be rerouted back to Canny where we will complete the installation by creating the destination in Segment and configuring it with an API key.
17+
3. After you click allow you will be rerouted back to Canny where to complete the installation by creating the destination in Segment and configuring it with an API key.
1818

1919

2020
## Identify
21-
If you haven’t had a chance to review our spec, take a look tounderstand what the Identify method does. An example call would look like:
21+
If you haven’t had a chance to review spec, take a look to understand what the Identify method does. An example call would look like:
2222

2323
```js
2424
analytics.identify('userId123', {
@@ -29,4 +29,4 @@ analytics.identify('userId123', {
2929
Identify calls will be sent to Canny as an identify event. Once identified, users will appear in Canny and will appear in your vote-on-behalf feature. The `name` and `email` traits are **required** fields.
3030

3131
### Custom Fields
32-
Custom Fields is a list of [traits](https://segment.com/docs/connections/spec/identify/#traits) to be imported as custom fields.
32+
Custom Fields is a list of [traits](/docs/connections/spec/identify/#traits) to be imported as custom fields.

0 commit comments

Comments
 (0)