From c97532d602e4be6f2695f345c95ecd15969dd1dc Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 21 Oct 2024 14:27:24 +0100 Subject: [PATCH] fix casing on errors folder --- .../examples/responses/{Errors => errors}/access-denied.yaml | 0 .../responses/{Errors => errors}/internal-server-error.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename specification/examples/responses/{Errors => errors}/access-denied.yaml (100%) rename specification/examples/responses/{Errors => errors}/internal-server-error.yaml (100%) diff --git a/specification/examples/responses/Errors/access-denied.yaml b/specification/examples/responses/errors/access-denied.yaml similarity index 100% rename from specification/examples/responses/Errors/access-denied.yaml rename to specification/examples/responses/errors/access-denied.yaml diff --git a/specification/examples/responses/Errors/internal-server-error.yaml b/specification/examples/responses/errors/internal-server-error.yaml similarity index 100% rename from specification/examples/responses/Errors/internal-server-error.yaml rename to specification/examples/responses/errors/internal-server-error.yaml