Skip to content

Commit 20bb43a

Browse files
committed
chore: Fix typo
1 parent abfe2b4 commit 20bb43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ng deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your
132132
* Default: `undefined` (string)
133133
* Example:
134134
* `ng deploy` – The tag `<base href="/">` remains unchanged in your `index.html`
135-
* `ng deploy --base-href=/the-repositoryname/`Tha tag `<base href="/the-repositoryname/">` is added to your `index.html`
135+
* `ng deploy --base-href=/the-repositoryname/`The tag `<base href="/the-repositoryname/">` is added to your `index.html`
136136

137137
Specifies the base URL for the application being built.
138138
Same as `ng build --base-href=/XXX/`

0 commit comments

Comments
 (0)