diff options
| author | Ahmed Nassar <a.moh.nassar00@gmail.com> | 2025-04-14 14:12:56 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-04-15 14:48:55 -0300 |
| commit | be402891cd78f484b7f67e486924975523516ced (patch) | |
| tree | d52b96b0b48d1b15dcc1182af0218b1efcfc87a6 /docs/topics/http | |
| parent | abbcef52801f920caf72f4e2016c4999ea8b98ec (diff) | |
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index d8de9635ec..d92beb3394 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -556,7 +556,7 @@ in their final forms either for embedding in generated content (views and assets URLs, URLs shown to the user, etc.) or for handling of the navigation flow on the server side (redirections, etc.) -It is strongly desirable to avoid hard-coding these URLs (a laborious, +It is strongly desirable to avoid hardcoding these URLs (a laborious, non-scalable and error-prone strategy). Equally dangerous is devising ad-hoc mechanisms to generate URLs that are parallel to the design described by the URLconf, which can result in the production of URLs that become stale over time. |
