Skip to content

Commit

Permalink
Merge pull request #47 from Hiroya-W/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
pddg authored Jan 6, 2022
2 parents b861121 + 51524f8 commit c16d4e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sections/faq.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ \subsection{利用するDockerイメージを差し替えたい}

\begin{itemize}
\item .vscode/settings.json
\item .GitHub/workflows/build.yml
% textlint-disable prh
\item .github/workflows/build.yml
% textlint-enable prh
\end{itemize}

上記のファイルに記述されている\code{pddg/latex:3.0.0}の部分を
Expand Down
2 changes: 1 addition & 1 deletion sections/sample.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ \subsection{特定のルールを無視する}
lintの対象から除外されるので、特定のルールに
どうしても引っかかってしまう・しかし修正することは
難しい場合にご活用下さい
% textlint-ensable ja-technical-writing/sentence-length
% textlint-enable ja-technical-writing/sentence-length
\end{lstlisting}
% textlint-enable

Expand Down

0 comments on commit c16d4e8

Please sign in to comment.