From b6769811a2fcaa5c812d4ba8b93d6e8503f34722 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 18 Jan 2019 10:47:03 +0100 Subject: [PATCH] Fix some small typos (#1389) --- CONTRIBUTING.md | 4 ++-- bungee/src/main/resources/config.yml | 2 +- velocity/src/main/resources/config.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5edbf7b55..901db59c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,8 @@ LuckPerms loosely follows the [Google Java Style Guide](https://google.github.io If you're considering submitting a substantial pull request, please open an issue so we can discuss the change before starting work on the contribution. Most pull requests are happily accepted, but larger changes may have an inpact on the maintainability of the project, and require more consideration. #### Project Layout -The project is split up into 5 seperate modules. +The project is split up into a few seperate modules. * **API** - The public, semantically versioned API used by other plugins wishing to integrate with and retrieve data from LuckPerms. This module (for the most part) does not contain any implementation itself, and is provided by the plugin. * **Common** - The common module contains most of the code which implements the respective LuckPerms plugins. This abstract module reduces duplicated code throughout the project. -* **Bukkit, BungeeCord & Sponge** - Each use the common module to implement plugins on the respective server platforms. +* **Bukkit, BungeeCord, Sponge, Nukkit & Velocity** - Each use the common module to implement plugins on the respective server platforms. diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 7ef8ade7b..4a6c2bfc1 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -248,7 +248,7 @@ redis: # If LuckPerms should ensure all players have permission data when they connect to the server. # # - When set to true, LuckPerms will cancel login attempts if it is unable to load permissions data -# for a user, of if the storage provider is unavailable. +# for a user, or if the storage provider is unavailable. # - When set to false, LuckPerms will allow a player to connect regardless of whether their # permissions data could be loaded. # - This option does not exist on other platforms, and effectively defaults to true - however, diff --git a/velocity/src/main/resources/config.yml b/velocity/src/main/resources/config.yml index ae512f74a..3f320ff5c 100644 --- a/velocity/src/main/resources/config.yml +++ b/velocity/src/main/resources/config.yml @@ -239,7 +239,7 @@ redis: # If LuckPerms should ensure all players have permission data when they connect to the server. # # - When set to true, LuckPerms will cancel login attempts if it is unable to load permissions data -# for a user, of if the storage provider is unavailable. +# for a user, or if the storage provider is unavailable. # - When set to false, LuckPerms will allow a player to connect regardless of whether their # permissions data could be loaded. # - This option does not exist on other platforms, and effectively defaults to true - however,