Skip to content

Commit 9ee765f

Browse files
Fix spelling mistake in sales-channel.md (#2117)
* Fix spelling mistake in sales-channel.md * Update sales-channels.md * remove/wordlist-entry * fix/other-usage --------- Co-authored-by: Micha <m.hobert@shopware.com>
1 parent 6b8a9b7 commit 9ee765f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,6 @@ subdirectories
18471847
subdirectory
18481848
subfolder
18491849
suboptimal
1850-
subpaths
18511850
subprocessor
18521851
subprocessors
18531852
supervisord

concepts/commerce/catalog/sales-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Configure multiple domains per sales channel. Each domain pins language, currenc
4949
- `https://de.example.com` → de-DE, EUR
5050
- `https://example.es/` → es-ES, EUR
5151

52-
Use subdomains (e.g. de.example.com) rather than subpaths (e.g. example.com/de) for fully isolated sales channels. Combining the root domain with subpath-based channels means cookies are not fully isolated between channels, which can cause session conflicts.
52+
Use subdomains (e.g., de.example.com) rather than sub-paths (e.g., example.com/de) for fully isolated sales channels. Combining the root domain with sub-path-based channels means cookies are not fully isolated between channels, which can cause session conflicts.
5353

5454
`hreflangActive` and `hreflangDefaultDomainId` control hreflang links across these domains.
5555

guides/plugins/apps/gateways/context/context-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default class MyPlugin extends Plugin {
132132
The `customTarget` parameter allows you to optionally control the redirect path used by the `navigate` method.
133133

134134
- If `customTarget` is an **absolute path** (starts with `/`), it completely replaces the path portion of the `redirectUrl`.
135-
This can be used to override sales channel subpaths in the `redirectUrl`.
135+
This can be used to override sales channel sub-paths in the `redirectUrl`.
136136
_Example:_ `https://example.com/en``https://example.com/custom/target/path`
137137

138138
- If `customTarget` is a **relative path**, it is appended to the existing path of the `redirectUrl`.

0 commit comments

Comments
 (0)