Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo on the command arguments page #220

Open
dabigf5 opened this issue Nov 27, 2024 · 1 comment
Open

Typo on the command arguments page #220

dabigf5 opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
correction Something isn't right on a page

Comments

@dabigf5
Copy link

dabigf5 commented Nov 27, 2024

https://docs.fabricmc.net/develop/commands/arguments
image

@its-miroma its-miroma added the correction Something isn't right on a page label Nov 27, 2024
@its-miroma
Copy link
Member

its-miroma commented Nov 27, 2024

Simple refactor in https://github.com/FabricMC/fabric-docs/blob/main/reference/latest/src/main/java/com/example/docs/command/FabricDocsReferenceCommands.java#L73:

-        private static int executeWithOneAre(CommandContext<ServerCommandSource> context) {
+        private static int executeWithOneArg(CommandContext<ServerCommandSource> context) {

Feel free to push a PR, or I'll do it once I'm on the PC.

@its-miroma its-miroma self-assigned this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction Something isn't right on a page
Projects
None yet
Development

No branches or pull requests

2 participants