Răsfoiți Sursa

Remove trailing slash from log hint (#18998)

GitOrigin-RevId: d95ffde59c5a7c58aed14a542b8dad3085405c2d
Alf Eaton 2 ani în urmă
părinte
comite
3453f4cb94

+ 1 - 1
services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsHints.jsx

@@ -429,7 +429,7 @@ const hints = {
       <>
       <>
         You have used a \\ or \newline command where LaTeX was not expecting
         You have used a \\ or \newline command where LaTeX was not expecting
         one. Make sure that you only use line breaks after blocks of text, and
         one. Make sure that you only use line breaks after blocks of text, and
-        be careful using linebreaks inside lists and other environments.\
+        be careful using linebreaks inside lists and other environments.
       </>
       </>
     ),
     ),
   },
   },