Skip to content

Commit

Permalink
Merge pull request #75 from akunzai/typo
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
akunzai authored Apr 21, 2024
2 parents 1a2be8c + 020c455 commit 56a22ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Update the PHP_VERSION arg in docker-compose.yml to pick a PHP version
{
"name": "MageBridge",
"dockerComposeFile": "compose.yml",
"dockerComposeFile": "compose.yaml",
"service": "joomla",
"workspaceFolder": "/workspace",
"customizations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_TIMEOUT="CURL timeout"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_TIMEOUT_DESC="The number of seconds before the CURL connection will timeout"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION="CURL HTTP Version"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_DESC="The HTTP version for the CURL connection will be used"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_OPTION_NONE="Lets CURL decide"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_OPTION_NONE="Let CURL decide"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_OPTION_1_1="Forces HTTP/1.1"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_OPTION_2="Attempts HTTP 2"
COM_MAGEBRIDGE_MODEL_CONFIG_FIELD_CURL_HTTP_VERSION_OPTION_2TLS="Attempts HTTP 2 over TLS only"
Expand Down

0 comments on commit 56a22ad

Please sign in to comment.