Skip to content

Commit fbd6669

Browse files
committed
Merge pull request #123 from cordoval/patch-1
fix typo
2 parents 2fd2812 + ea5bfc6 commit fbd6669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/usage/theming.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,6 @@ type : 'Usage'
441441
</div>
442442
<p>A site theme, not to be mistaken with <code>site.variables</code> a file located in every theme, is a special user theme that can be loaded on top of all other themes.</p>
443443
<p>This is the best location to store changes that will be used on a single site. A site theme can be thought of as similar to a <a href="https://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> in Wordpress.</p>
444-
<p>Site theme files <b>are optional includes</b> and can be safely removed if you do not need to add additional changes to a component your project</p>
444+
<p>Site theme files <b>are optional includes</b> and can be safely removed if you do not need to add additional changes to a component on your project.</p>
445445
</div>
446446
</div>

0 commit comments

Comments
 (0)