Skip to content

Commit

Permalink
[Editorial] Match webExtension module name (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored Dec 3, 2024
1 parent c089951 commit 20f1248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ CommandData = (
ScriptCommand //
SessionCommand //
StorageCommand //
WebExtensionsCommand
WebExtensionCommand
)

EmptyParams = {
Expand Down Expand Up @@ -471,7 +471,7 @@ ResultData = (
ScriptResult /
SessionResult /
StorageResult /
WebExtensionsResult
WebExtensionResult
)

EmptyResult = {
Expand Down Expand Up @@ -11379,7 +11379,7 @@ managing and interacting with web extensions.
[=remote end definition=]

<pre class="cddl remote-cddl">
WebExtensionsCommand = (
WebExtensionCommand = (
webExtension.Install //
webExtension.Uninstall
)
Expand All @@ -11388,7 +11388,7 @@ WebExtensionsCommand = (
[=local end definition=]

<pre class="cddl local-cddl">
WebExtensionsResult = (
WebExtensionResult = (
webExtension.InstallResult
)
</pre>
Expand Down

0 comments on commit 20f1248

Please sign in to comment.