minor fix

This commit is contained in:
khannurien
2026-03-18 13:45:58 +00:00
parent 5d6588298d
commit 7242e52738
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -2821,7 +2821,7 @@ app.use(oakCors({
\end{itemize}
\end{frame}
\subsection{Modélisation et typage (TypeScript)}
\subsection{Modélisation et typage (\textit{TypeScript})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}
@@ -2872,7 +2872,7 @@ export type RegisterRequest = Omit<
\end{minted}
\end{frame}
\subsection{Programmation asynchrone (Promise)}
\subsection{Programmation asynchrone (\textit{Promise})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}
@@ -2942,7 +2942,7 @@ sumParallel(10, 20).then(result => {
\end{minted}
\end{frame}
\subsection{Développement côté serveur (Oak)}
\subsection{Développement côté serveur (\textit{Oak})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}
@@ -2989,7 +2989,7 @@ export async function logMiddleware(ctx, next); // À compléter
\end{minted}
\end{frame}
\subsection{Développement côté client (React)}
\subsection{Développement côté client (\textit{React})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}
@@ -3064,7 +3064,7 @@ export default function FetchMessage() {
\end{minted}
\end{frame}
\subsection{Communications (WebSocket) et authentification (JWT)}
\subsection{Communications (\textit{WebSocket}) et authentification (\textit{JWT})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}
@@ -3120,7 +3120,7 @@ const authFetch = async (token: string, input: RequestInfo) => {
\end{minted}
\end{frame}
\subsection{Déploiement (TLS et nginx)}
\subsection{Déploiement (\textit{TLS} et \textit{nginx})}
\begin{frame}[fragile]{Test de connaissances}
\begin{alertblock}{Question}