Fix egregious typo.

This commit is contained in:
John O'Nolan 2019-05-24 18:47:53 +02:00 committed by GitHub
parent 78458f320e
commit 7db837e0e5

View File

@ -60,7 +60,7 @@ export default Service.extend(Evented, {
}, {
id: 'upload-a-theme',
title: 'Customising your publication',
message: 'Using custom themes, you can completely control the look and feel of your site to suit your branch. Here\'s a full guide to help: <strong><a href="https://docs.ghost.org/api/handlebars-themes/" target="_blank">https://docs.ghost.org/api/handlebars-themes/</a></strong>'
message: 'Using custom themes you can completely control the look and feel of your site to suit your brand. Here\'s a full guide to help: <strong><a href="https://docs.ghost.org/api/handlebars-themes/" target="_blank">https://docs.ghost.org/api/handlebars-themes/</a></strong>'
}];
},