Skip to content

Commit

Permalink
docs: use british english spelling of customisable
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Nov 18, 2024
1 parent 3eddec8 commit 8f74396
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/components/points-tile.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
---

0 comments on commit 8f74396

Please sign in to comment.