Skip to content

Commit a5d88f9

Browse files
committed
initial pass- still waiting to hear from eng
1 parent 93566d9 commit a5d88f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_includes/content/functions/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can configure the details about this setting, which change how it's displaye
1717
- **Type** - Type of the setting's value.
1818
- **Description** - Optional description, which appears below the setting name.
1919
- **Required** - Enable this to ensure that the setting cannot be saved without a value.
20-
- **Encrypted** - Enable to encrypt the value of this setting. Use this setting for sensitive data, like API keys.
20+
- **Secret** - Enable this to ensure that sensitive data, like API key values, are kept a secret (?)
2121

2222
As you change the values, a preview to the right updates to show how your setting will look and work.
2323

src/connections/functions/destination-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ All functions are scoped to your workspace, so members of other workspaces can't
2323

2424
1. From your workspace, go to **Connections > Catalog** and click the [Functions tab](https://app.segment.com/goto-my-workspace/functions/catalog){:target="_blank"}.
2525
2. Click **New Function**.
26-
3. Select **Destination** as the function type and click **Build**.
26+
3. Select **Destination** as the function type and click **Next: Build Function**.
2727

28-
After you click **Build**, a code editor appears. Use the editor to write the code for your function, configure settings, and test the function's behavior.
28+
After you click **Next: Build Function**, a code editor appears. Use the editor to write the code for your function, configure settings, and test the function's behavior.
2929

3030
> success ""
3131
> **Tip:** Want to see some example functions? Check out the templates available in the Functions UI, or in the open-source [Segment Functions Library](https://github.com/segmentio/functions-library){:target="_blank"}. (Contributions welcome!)

0 commit comments

Comments
 (0)