From a4f6059d500efbe25e889862d12f5f7a87cba8fe Mon Sep 17 00:00:00 2001 From: Julius Lange <70386024+Gluroda@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:19:39 +0100 Subject: [PATCH] Fix typo in renderers documentation (#9616) It's called lUAlatex and not lAUlatex. --- docs/api-guide/renderers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index d48f785ab..7a6bd39f4 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -525,7 +525,7 @@ Comma-separated values are a plain-text tabular data format, that can be easily ## LaTeX -[Rest Framework Latex] provides a renderer that outputs PDFs using Laulatex. It is maintained by [Pebble (S/F Software)][mypebble]. +[Rest Framework Latex] provides a renderer that outputs PDFs using Lualatex. It is maintained by [Pebble (S/F Software)][mypebble]. [cite]: https://docs.djangoproject.com/en/stable/ref/template-response/#the-rendering-process