Commit be69c007 authored by catch's avatar catch
Browse files

Issue #3178066 by pameeela, TylerMarshall: Missing word in the documentation...

Issue #3178066 by pameeela, TylerMarshall: Missing word in the documentation for ThirdPartySettingsInterface

(cherry picked from commit bbb4cd4d)
parent 41cc353c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
 * Interface for configuration entities to store third party information.
 *
 * A third party is a module that needs to store tightly coupled information to
 * the configuration entity. For example, a module alters the node type form
 * can use this to store its configuration so that it will be deployed with the
 * node type.
 * the configuration entity. For example, a module that alters the node type
 * form can use this to store its configuration so that it will be deployed
 * with the node type.
 */
interface ThirdPartySettingsInterface {