Update `url_prefix` in Custom Domain Example
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Under the [Custom Domain Name Example](https://aws.github.io/chalice/topics/configfile.html#custom-domain-name), we have the following:
```
"url_prefixes": ["foo", "bar"],
```
I think it should be:
```
"url_prefix": "foo",
```
Contributor guide
Research direction
Open the Custom Domain Name Example at the linked configfile.html page and compare the documented configuration key with the issue's correction. Done means the example uses the singular url_prefix form and the rendered documentation shows the corrected snippet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100