8000 [Notifier] Fix typo · symfony/symfony@9f51b17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f51b17

Browse files
committed
[Notifier] Fix typo
1 parent 60ecf9c commit 9f51b17

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Component/Notifier/Bridge/OvhCloud

1 file changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/OvhCloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DSN example
77
-----------
88

99
```
10-
OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_close=NO_STOP_CLOSE
10+
OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_clause=NO_STOP_CLAUSE
1111
```
1212

1313
where:
@@ -16,7 +16,7 @@ where:
1616
- `CONSUMER_KEY` is your OvhCloud consumer key
1717
- `SERVICE_NAME` is your OvhCloud service name
1818
- `SENDER` is your sender (optional)
19-
- `NO_STOP_CLOSE` setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)
19+
- `NO_STOP_CLAUSE` setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)
2020

2121

2222
Resources

0 commit comments

Comments
 (0)
0