diff --git a/rokka/client-bundle/1.0/config/packages/rokka.yaml b/rokka/client-bundle/1.0/config/packages/rokka.yaml index 64f96887..d43a1e3c 100644 --- a/rokka/client-bundle/1.0/config/packages/rokka.yaml +++ b/rokka/client-bundle/1.0/config/packages/rokka.yaml @@ -1,6 +1,6 @@ rokka_client: - # Api-Key value given on registration of the user. Get your API key form https://rokka.io/ - api_key: "%env(ROKKA_API_KEY)%" # Required + # Api-Key value given on registration of the user. Get your API key from https://rokka.io/ + api_key: "%env(ROKKA_API_KEY)%" # Required # Organization value like "my-org" for use in calls to the API. organization: "%env(ROKKA_ORGANIZATION)%" # Required diff --git a/rokka/client-bundle/1.0/manifest.json b/rokka/client-bundle/1.0/manifest.json index 0b99a2b5..d8f667a7 100644 --- a/rokka/client-bundle/1.0/manifest.json +++ b/rokka/client-bundle/1.0/manifest.json @@ -6,7 +6,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "#1": "Get your API key form https://rokka.io/", + "#1": "Get your API key from https://rokka.io/", "ROKKA_API_KEY": "API_KEY_replace_me", "ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me" }