Skip to content

Commit

Permalink
Merge pull request woocommerce#17 from jezmck/patch-1
Browse files Browse the repository at this point in the history
pedantic grammar fix
  • Loading branch information
jameskoster authored Mar 6, 2017
2 parents 47ef071 + f38b1cb commit 4e1353c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A handy little plugin to contain your theme/plugin customisation snippets.

Think of this plugin as an alternative to adding code snippets to the functions.php, or style.css file in your child theme. Why? It keeps all of your changes in one location, independent of the other components that make up your web site. That means you can safely perform theme / plugin updates without the worry of losing your modifications as well as easily deactivating your customisations to check for conflicts.

*Note:* This plugin doesn't actually do anything on it's own. It is purely a convenient place for you to store your own theme/plugin customisations.
*Note:* This plugin doesn't actually do anything on its own. It is purely a convenient place for you to store your own theme/plugin customisations.

== Installation ==

Expand Down Expand Up @@ -43,4 +43,4 @@ As you know, to override a parent themes template file via child theme you can j

= Should I put all my customisations in this single plugin? =

That's entirely up to you. There's nothing to stop you from duplicating this plugin and changing the name. That way you could theoretically keep each of your customisations in their own individual plugins. This can be very handy when debugging, or if you want to quickly enable/disable a specific customisations temporarily.
That's entirely up to you. There's nothing to stop you from duplicating this plugin and changing the name. That way you could theoretically keep each of your customisations in their own individual plugins. This can be very handy when debugging, or if you want to quickly enable/disable a specific customisations temporarily.

0 comments on commit 4e1353c

Please sign in to comment.