From 7db837e0e5d36e537ec99422058815c35864771f Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 24 May 2019 18:47:53 +0200 Subject: [PATCH] Fix egregious typo. --- ghost/admin/app/services/tour.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/services/tour.js b/ghost/admin/app/services/tour.js index cf2675ed4a..bbda6e5e86 100644 --- a/ghost/admin/app/services/tour.js +++ b/ghost/admin/app/services/tour.js @@ -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: https://docs.ghost.org/api/handlebars-themes/' + 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: https://docs.ghost.org/api/handlebars-themes/' }]; },