mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
fixed typos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user