Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong composer require command for fastly configuration in PaaS #1234

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion products/paas/fastly.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
:::

1. Make sure `FASTLY_API_TOKEN` and `FASTLY_SERVICE_ID` are set in the environment or contact the support when they are missing.
1. Install the Fastly Composer package using `composer req paas`.
1. Install the Fastly Composer package using `composer req fastly`.

Check failure on line 19 in products/paas/fastly.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] products/paas/fastly.md#L19

The adverb “fastly” is considered archaic. Consider an alternative. (FASTLY[1]) Suggestions: `quickly`, `fast`, `swiftly` Rule: https://community.languagetool.org/rule/show/FASTLY?lang=en-US&subId=1 Category: STYLE
Raw output
products/paas/fastly.md:19:59: The adverb “fastly” is considered archaic. Consider an alternative. (FASTLY[1])
 Suggestions: `quickly`, `fast`, `swiftly`
 Rule: https://community.languagetool.org/rule/show/FASTLY?lang=en-US&subId=1
 Category: STYLE
1. Disable caching in the `.platform/routes.yaml`.
1. Push the new config and Fastly gets enabled.
Loading