diff --git a/README.md b/README.md index ef0c051..8916edf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The slic (**S**tellarWP **L**ocal **I**nteractive **C**ontainers) CLI command pr * [Releasing a new version of `slic`](/CONTRIBUTING.md) -## Gettings started +## Getting started ### Why use `slic`? diff --git a/changelog.md b/changelog.md index 1308f22..8a4fe19 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the x86 Chrome container image to version 4.27.0-20241225 from 3.141.59. # [1.8.0] - 2024-12-04 -- Updated the `node` version to `18.17.0`, this affects the `npm` command and any other command usin the `npm` container. +- Updated the `node` version to `18.17.0`, this affects the `npm` command and any other command using the `npm` container. # [1.7.2] - 2024-08-30 * Fixed - Set the `opcache.revalidate_freq` to `0` in the `slic` and `wordpress` containers to avoid issues with cached files in tests. @@ -89,7 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.2] - 2023-04-03 * Updates slic-stack.site.yml for full site testing. -* Adds check for `site` target to refrence `slic_wp_dir()` when running commands. +* Adds check for `site` target to reference `slic_wp_dir()` when running commands. ## [1.3.1] - 2023-03-31 @@ -243,7 +243,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.28] - 2021-10-06 -- Updated the `node` version to `10.16.0`, this affects the `npm` command and any other command usin the `npm` container. +- Updated the `node` version to `10.16.0`, this affects the `npm` command and any other command using the `npm` container. - Added the `host-ip` command to get the host machine IP address containers will be able to use to connect to the host (e.g. when setting up XDebug on Linux). ## [0.5.27] - 2021-06-03 @@ -303,7 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Default to the host machin IP address to set `xdebug.remote_host` only if the host has not been set by means of a call to `tric xdebug host ` or by setting the `XDH` environment variable explicitly. - Fix an issue that would reset run settings stored in the `.env.tric.run` file when using the `tric xdebug ` command. - Correctly handle Docker network removal in parallel tasks to avoid "error while removing network" errors. -- Add support for `tric run` to run all the avaiable Codeception test suites from the target one after another. +- Add support for `tric run` to run all the available Codeception test suites from the target one after another. ## [0.5.15] - 2020-11-24 diff --git a/includes/Spyc/Spyc.php b/includes/Spyc/Spyc.php index 3fe0f62..f5cfa68 100644 --- a/includes/Spyc/Spyc.php +++ b/includes/Spyc/Spyc.php @@ -82,14 +82,14 @@ class Spyc { public $setting_dump_force_quotes = false; /** - * Setting this to true will forse YAMLLoad to use syck_load function when + * Setting this to true will force YAMLLoad to use syck_load function when * possible. False by default. * @var bool */ public $setting_use_syck_is_possible = false; /** - * Setting this to true will forse YAMLLoad to use syck_load function when + * Setting this to true will force YAMLLoad to use syck_load function when * possible. False by default. * @var bool */ diff --git a/slic.md b/slic.md index 4456e89..020800e 100644 --- a/slic.md +++ b/slic.md @@ -1,6 +1,6 @@ # Products local testing environment -The purpose of this environemt is to provide Products developers with a local testing environment that is identical to the one running in CI. +The purpose of this environment is to provide Products developers with a local testing environment that is identical to the one running in CI. The same local testing environment *can be* used as a local development, but that is not its main goal. The entrypoint to anything you will need to do will be the `slic` binary, located in the root directory. @@ -131,7 +131,7 @@ Please refer to your IDE of choice to know how to set up these values. > Note if you cannot set the above values in your "IDE", then your "IDE" is not an "IDE": it's a powerful and cute text editor. -When you are done with debuggin and want to deactivate it, just run this command: +When you are done with debugging and want to deactivate it, just run this command: ```bash slic xdebug off diff --git a/src/commands/here.php b/src/commands/here.php index 9e8f022..435b610 100644 --- a/src/commands/here.php +++ b/src/commands/here.php @@ -1,7 +1,7 @@