Skip to content

Commit

Permalink
update_next
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta committed Dec 29, 2023
1 parent 56cef08 commit 0525108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion concepts/framework/architecture/storefront-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Once we have set all the necessary information to our page \(`AccountOrderPage`\
To summarize the composition of a page, have a look at this diagram:

```mermaid
flowchart TD
A["`**Account Order Controlled**
_Storefront Controller_`"]
Expand Down
6 changes: 3 additions & 3 deletions concepts/framework/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ As well as a Specification class, a Rule class represents a condition to fulfill

```mermaid
classDiagram
root_OrRule .. lineItemCount - LineItemsInCartCountRule
root_OrRule .. cartPrice - GoodsPriceRule
class root_OrRule{
root-OrRule .. lineItemCount - LineItemsInCartCountRule

Check failure on line 44 in concepts/framework/rules.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] concepts/framework/rules.md#L44

Two consecutive dots (DOUBLE_PUNCTUATION) Suggestions: `.`, `…` URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-periods Rule: https://community.languagetool.org/rule/show/DOUBLE_PUNCTUATION?lang=en-US Category: PUNCTUATION
Raw output
concepts/framework/rules.md:44:16: Two consecutive dots (DOUBLE_PUNCTUATION)
 Suggestions: `.`, `…`
 URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-periods 
 Rule: https://community.languagetool.org/rule/show/DOUBLE_PUNCTUATION?lang=en-US
 Category: PUNCTUATION
root-OrRule .. cartPrice - GoodsPriceRule

Check failure on line 45 in concepts/framework/rules.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] concepts/framework/rules.md#L45

Two consecutive dots (DOUBLE_PUNCTUATION) Suggestions: `.`, `…` URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-periods Rule: https://community.languagetool.org/rule/show/DOUBLE_PUNCTUATION?lang=en-US Category: PUNCTUATION
Raw output
concepts/framework/rules.md:45:16: Two consecutive dots (DOUBLE_PUNCTUATION)
 Suggestions: `.`, `…`
 URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-periods 
 Rule: https://community.languagetool.org/rule/show/DOUBLE_PUNCTUATION?lang=en-US
 Category: PUNCTUATION
class root-OrRule{
rules=[lineItemCount, cartPrice]
}
class lineItemCount - LineItemsInCartCountRule{
Expand Down

0 comments on commit 0525108

Please sign in to comment.