From ea8d3021895c921795c5f7a98bbcf0e17d687c82 Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Wed, 7 Dec 2022 17:01:44 +0100
Subject: [PATCH] fix(api): typo

---
 src/Controller/Api/V1/SoftwaresController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Controller/Api/V1/SoftwaresController.php b/src/Controller/Api/V1/SoftwaresController.php
index 41f0a91f..d9da848a 100644
--- a/src/Controller/Api/V1/SoftwaresController.php
+++ b/src/Controller/Api/V1/SoftwaresController.php
@@ -339,7 +339,7 @@ class SoftwaresController extends AppController
                 ],
             ],
             'data_documentation'  => [
-                'licence'  => [
+                'license'  => [
                     'spdx_id' => 'CC0-1.0',
                     'spdx_name' => 'Creative Commons Zero v1.0 Universal',
                     'spdx_url' => 'https://spdx.org/licenses/CC0-1.0.html',
-- 
GitLab