From 9d1b059835db1bda702ff7cf0f36fbbbf1ee7ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Turbelin?= Date: Wed, 14 Jul 2021 14:08:09 +0200 Subject: [PATCH] Fix typo in supplied_products_controller comment --- .../dfc_provider/api/supplied_products_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/dfc_provider/app/controllers/dfc_provider/api/supplied_products_controller.rb b/engines/dfc_provider/app/controllers/dfc_provider/api/supplied_products_controller.rb index 3e62ba85d5..5620901e6b 100644 --- a/engines/dfc_provider/app/controllers/dfc_provider/api/supplied_products_controller.rb +++ b/engines/dfc_provider/app/controllers/dfc_provider/api/supplied_products_controller.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Controller used to provide the SuppliedProducts API for the DFC application -# SuppliedProducts are products that are managed by an entrerprise. +# SuppliedProducts are products that are managed by an enterprise. module DfcProvider module Api class SuppliedProductsController < DfcProvider::Api::BaseController