X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb6290e3514a84a7b50860d1c75d4623696ff601..095e0f9148b3df0daee2adc84ba5b44d8f9d06ae:/docs/latex/wx/tstyles.tex

diff --git a/docs/latex/wx/tstyles.tex b/docs/latex/wx/tstyles.tex
index c31d33afa4..c1f4dd4ef7 100644
--- a/docs/latex/wx/tstyles.tex
+++ b/docs/latex/wx/tstyles.tex
@@ -1,7 +1,7 @@
 \section{Window styles}\label{windowstyles}
 
 Window styles are used to specify alternative behaviour and appearances for windows, when they are
-created. The symbols are defined in such as way that they can be combined in a `bit-list' using the
+created. The symbols are defined in such a way that they can be combined in a `bit-list' using the
 C++ {\it bitwise-or} operator. For example:
 
 \begin{verbatim}