From a86893c10f795a87fdabc7d31577d0bc680bd2e2 Mon Sep 17 00:00:00 2001 From: Alexander von Weiss Date: Mon, 14 Oct 2019 17:28:57 +0200 Subject: [PATCH] docs: use neutral domain name in i18n example (#33146) PR Close #33146 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index ac99d4d8fd..cfa2be4e39 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -797,7 +797,7 @@ error. When you use the CLI `build` or `serve` command to build your application for different locales, change the output path using the `--outputPath` command option (along with the i18n-specific command options), so that the translation files are saved to different locations. When you are serving a locale-specific version from a subdirectory, you can also change the base URL used by your app by specifying the `--baseHref` option. -For example, if the French version of your application is served from https://myapp.com/fr/, configure the build for the French version as follows. +For example, if the French version of your application is served from https://example.com/fr/, configure the build for the French version as follows. ``` "configurations": {