From 8f743967f9cb4aa669c58e89ed0b9f973e32c158 Mon Sep 17 00:00:00 2001 From: Graeme Houston Date: Mon, 18 Nov 2024 13:41:54 +0000 Subject: [PATCH] docs: use british english spelling of customisable --- README.md | 2 +- docs/.vitepress/config.js | 2 +- docs/components/points-tile.md | 2 +- docs/index.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd810b9..0f9ba46 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - 🔌 **Platform Agnostic** - Bring your own navigation and network layer to integrate with any React application - 📱 **Mobile First** - Responsive components optimized for both mobile and desktop experiences - 🔒 **Secure by Design** - Built-in support for custom API integration through your own backend proxy -- ⚡ **Easy Integration** - Simple setup with customizable configuration for navigation, theming, and API handling +- ⚡ **Easy Integration** - Simple setup with customisable configuration for navigation, theming, and API handling ## 📚 Documentation diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index e05f38d..9d6d5f5 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -2,7 +2,7 @@ export default { base: '/', title: 'Loyalty Tiles SDK', description: - 'A flexible component library for building customizable loyalty program interfaces', + 'A flexible component library for building customisable loyalty program interfaces', themeConfig: { socialLinks: [ { diff --git a/docs/components/points-tile.md b/docs/components/points-tile.md index 86b081e..81178d9 100644 --- a/docs/components/points-tile.md +++ b/docs/components/points-tile.md @@ -1,6 +1,6 @@ # Points Tile -Displays points balance with customizable title, artwork, and points formatting. Supports both full and half-height layouts. +Displays points balance with customisable title, artwork, and points formatting. Supports both full and half-height layouts. > ⚠️ **Important**: This component provides flexible height options with different layouts for full (`tileHeight: 'FULL'`) and half (`tileHeight: 'HALF'`) configurations. diff --git a/docs/index.md b/docs/index.md index e5420d1..1c209ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ layout: home hero: name: Loyalty Tiles SDK text: Loyalty Program Components - tagline: A React SDK for building customizable loyalty experiences with configurable tiles, themes, and navigation + tagline: A React SDK for building customisable loyalty experiences with configurable tiles, themes, and navigation actions: - theme: brand text: Get Started @@ -31,5 +31,5 @@ features: details: Built-in support for custom API integration through your own backend proxy - title: ⚡ Easy Integration - details: Simple setup with customizable configuration for navigation, theming, and API handling + details: Simple setup with customisable configuration for navigation, theming, and API handling --- \ No newline at end of file