@effect/language-service 0.24.1 → 0.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli.js CHANGED
@@ -30625,7 +30625,7 @@ var scopeInLayerEffect = createDiagnostic({
30625
30625
  () => report({
30626
30626
  node,
30627
30627
  messageText: `Seems like you are constructing a layer with a scope in the requirements.
30628
- Consider using "scoped" instead to get ride of the scope in the requirements.`,
30628
+ Consider using "scoped" instead to get rid of the scope in the requirements.`,
30629
30629
  fixes: methodIdentifier ? [{
30630
30630
  fixName: "scopeInLayerEffect_scoped",
30631
30631
  description: "Use scoped for Layer creation",