Skip to content

Commit 7627bba

Browse files
committed
edits
1 parent 9a858fc commit 7627bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To view the version history of a function:
6767
2. Select your source or destination function.
6868
3. Select **Edit Function**, then click **Version history**.
6969

70-
Select previous versions to compare code using a *unified* or *split* view. With the split view, Segment displays the latest version on the left, and the version you've selected on the right.
70+
Select previous versions to compare code using a *unified* or *split* view. With the split view, Segment displays the latest version on the left and the version you've selected on the right.
7171

7272
> success ""
7373
> Unified and split compare screens are read-only. While you can copy code, you can't make changes directly from these screens.
@@ -100,7 +100,7 @@ Here are some Public API use case examples:
100100

101101
**Get Version history**: Use the `/versions` endpoint to retrieve a list of version records and metadata of a certain page size. You can also use this endpoint to get version source code for a given version ID.
102102

103-
**Restore a previous version**: Use the `/restore` endpoint to restore a previous Function version. This creates a new version with the same source as the version you are restoring.
103+
**Restore a previous version**: Use the `/restore` endpoint to restore a previous function version. This creates a new version with the same source as the version you are restoring.
104104

105105
**Create or update versions**: Create or update a function to add a version record and save the source code.
106106

0 commit comments

Comments
 (0)