Skip to content

Commit

Permalink
Incorporating review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Nov 4, 2022
1 parent c84ebed commit fe6bdab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void VerifyGetById_ShouldMatchRequestSql()
}

/// <summary>
/// Validate correct parameters and sql for creating a new work item.
/// Validate correct parameters and SQL for creating a new work item.
/// </summary>
[Fact]
[Order(10)]
Expand Down Expand Up @@ -251,7 +251,7 @@ public void VerifyCreateItemRequest_ShouldMatchRequestSql()
}

/// <summary>
/// Validate correct parameters and sql for archiving an item.
/// Validate correct parameters and SQL for archiving an item.
/// </summary>
[Fact]
[Order(11)]
Expand Down
4 changes: 2 additions & 2 deletions dotnetv3/cross-service/AuroraItemTracker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ A user can perform the following tasks using the web application:

The web application displays active, archived, or all items. For example, the following illustration shows the React application displaying active data.

![Viewing active items](images/elapp1.png)
![Viewing active items](images/elapp2.png)

Here is the React application displaying archived data.

![Viewing archived items](images/elapp2.png)
![Viewing archived items](images/elapp3.png)

The user can insert a new item into the work item table from the user interface in the React front end application. In the following image, you can see the new item form.

Expand Down

0 comments on commit fe6bdab

Please sign in to comment.