From 4c847eb815035e752bba73246525bf3c8dc1c1a7 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 1 Nov 2023 12:28:26 +0100 Subject: [PATCH] Fix mariadb Compose file examples --- mariadb/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb/content.md b/mariadb/content.md index bbbe7c8b8..2906b21dc 100644 --- a/mariadb/content.md +++ b/mariadb/content.md @@ -235,6 +235,6 @@ This is documented on [MariaDB Knowledge Base : Adding Plugins to the Docker Off - [MariaDB MaxScale](https://hub.docker.com/r/mariadb/maxscale/tags) - [MariaDB ColumnStore](https://hub.docker.com/r/mariadb/columnstore/tags) -# Componse File Examples +# Compose File Examples -Example compose files using this `%%IMAGE%%` are located in %%GITHUB-REPO% in the `/examples` folder. +Example compose files using this `%%IMAGE%%` are located in %%GITHUB-REPO%% in the `/examples` folder.