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