diff --git a/src/_includes/content/functions/settings.md b/src/_includes/content/functions/settings.md index 775499bd48..380cb6a94e 100644 --- a/src/_includes/content/functions/settings.md +++ b/src/_includes/content/functions/settings.md @@ -17,7 +17,7 @@ You can configure the details about this setting, which change how it's displaye - **Type** - Type of the setting's value. - **Description** - Optional description, which appears below the setting name. - **Required** - Enable this to ensure that the setting cannot be saved without a value. -- **Encrypted** - Enable to encrypt the value of this setting. Use this setting for sensitive data, like API keys. +- **Secret** - Enable this to ensure that sensitive data, like API key values, are kept a secret (?) As you change the values, a preview to the right updates to show how your setting will look and work. diff --git a/src/connections/functions/destination-functions.md b/src/connections/functions/destination-functions.md index f109a68a4a..abd1340759 100644 --- a/src/connections/functions/destination-functions.md +++ b/src/connections/functions/destination-functions.md @@ -23,9 +23,9 @@ All functions are scoped to your workspace, so members of other workspaces can't 1. From your workspace, go to **Connections > Catalog** and click the [Functions tab](https://app.segment.com/goto-my-workspace/functions/catalog){:target="_blank"}. 2. Click **New Function**. -3. Select **Destination** as the function type and click **Build**. +3. Select **Destination** as the function type and click **Next: Build Function**. -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. +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. > success "" > **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!)