From b02f55bfff45cb856f38c60974c5434015b29785 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Date: Fri, 24 Jun 2022 14:30:15 +0530 Subject: [PATCH] fix(docs): documentation typo fix in context in action fix in docs of "Context in Action" for typo from "stategy" to "strategy" Signed-off-by: Vaibhav Kumar --- docs/site/Implementing-features.shelved.md | 2 +- docs/site/tutorials/core/3-context-in-action.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/Implementing-features.shelved.md b/docs/site/Implementing-features.shelved.md index 742775ca2c47..037a7f45074f 100644 --- a/docs/site/Implementing-features.shelved.md +++ b/docs/site/Implementing-features.shelved.md @@ -7,7 +7,7 @@ permalink: /doc/en/lb4/Implementing-features.html --- {% include previous.html content=" This article continues fromĀ \[Defining your -testing stategy(./Defining-your-testing-strategy.md). +testing strategy(./Defining-your-testing-strategy.md). " %} ## Incrementally implement features diff --git a/docs/site/tutorials/core/3-context-in-action.md b/docs/site/tutorials/core/3-context-in-action.md index b441bbfa0eea..7f25ecd3c842 100644 --- a/docs/site/tutorials/core/3-context-in-action.md +++ b/docs/site/tutorials/core/3-context-in-action.md @@ -148,7 +148,7 @@ for more details. [Components](../../Component.md) can be considered as a collection of binding added to the context. For example, for an authentication component, an -authentication stategy and an authentication action can be added to the +authentication strategy and an authentication action can be added to the component. See the