Fix typo in supplied_products_controller comment

This commit is contained in:
François Turbelin
2021-07-14 14:08:09 +02:00
parent 06c19641b4
commit 9d1b059835

View File

@@ -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