We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b238e commit 5584b76Copy full SHA for 5584b76
1 file changed
src/libraries/AccountStorage.sol
@@ -17,7 +17,7 @@ struct PluginData {
17
StoredInjectedHook[] injectedHooks;
18
}
19
20
-// A version of IPliginManager.InjectedHook used to track injected hooks in storage.
+// A version of IPluginManager. InjectedHook used to track injected hooks in storage.
21
// Omits the hookApplyData field, which is not needed for storage, and flattens the struct.
22
struct StoredInjectedHook {
23
// The plugin that provides the hook
0 commit comments