Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/partners/spec.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Segment Spec for Partners
redirect_from: "/partners/spec/"
---

Segment users instrument their apps with a the Segment SDKs. The most common SDK is analytics.js, which is used in a webapp as the following:
Expand Down Expand Up @@ -621,7 +622,7 @@ You can also use the Segment SDK or API to generate your own events. First navig

Finally event data is in the [functions-library GitHub repo](https://github.com/segmentio/functions-library) for you to integrate with your own tests.

You can also use the Segment SDK or API to easily generate your own events.
You can also use the Segment SDK or API to easily generate your own events.

```shell
```