Skip to content

Fix typo: 'funtionality' -> 'functionality' in plugin contracts#699

Open
Zentex1337 wants to merge 1 commit intothirdweb-dev:mainfrom
Zentex1337:fix/typo-functionality-spelling
Open

Fix typo: 'funtionality' -> 'functionality' in plugin contracts#699
Zentex1337 wants to merge 1 commit intothirdweb-dev:mainfrom
Zentex1337:fix/typo-functionality-spelling

Conversation

@Zentex1337
Copy link

@Zentex1337 Zentex1337 commented Feb 3, 2026

Summary

  • Fixed the misspelling of 'functionality' as 'funtionality' in NatSpec comments
  • Updated Router.sol (2 occurrences)
  • Updated PluginMap.sol (2 occurrences)

Test plan

  • No functional changes, only documentation/comment fixes
  • Existing tests should continue to pass

Summary by CodeRabbit

  • Documentation
    • Corrected spelling errors in contract documentation comments to improve clarity.

Fixed the misspelling of 'functionality' as 'funtionality' in
NatSpec comments in Router.sol and PluginMap.sol.
@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

Walkthrough

Documentation corrections fixing spelling errors in comment lines across two plugin contract files. "Funtionality" corrected to "functionality" in getAllFunctionsOfPlugin and getAllPlugins function documentation. No functional changes.

Changes

Cohort / File(s) Summary
Documentation Corrections
contracts/extension/plugin/PluginMap.sol, contracts/extension/plugin/Router.sol
Fixed spelling of "functionality" (was "funtionality") in doc comments for getAllFunctionsOfPlugin and getAllPlugins functions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the primary change: fixing a specific typo from 'funtionality' to 'functionality' in plugin contract files. It is concise, clear, and directly reflects the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant