Skip to content

Commit

Permalink
fix missing quotes in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rynowak committed Mar 16, 2021
1 parent 5211292 commit d81c28b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/tutorial/dapr-microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Type the additional content from the following text inside your application defi
application app = {
name: 'dapr-hello'
instance nodeapp 'radius.dev/Container@v1alpha1 = {
instance nodeapp 'radius.dev/Container@v1alpha1' = {
name: 'nodeapp'
}
}
Expand Down Expand Up @@ -147,7 +147,7 @@ Type the additional content from the following text inside your application defi
application app = {
name: 'dapr-hello'
instance nodeapp 'radius.dev/Container@v1alpha1 = {
instance nodeapp 'radius.dev/Container@v1alpha1' = {
name: 'nodeapp'
properties: {
run: {
Expand Down Expand Up @@ -176,7 +176,7 @@ Type the additional content from the following text inside your application defi
application app = {
name: 'dapr-hello'
instance nodeapp 'radius.dev/Container@v1alpha1 = {
instance nodeapp 'radius.dev/Container@v1alpha1' = {
name: 'nodeapp'
properties: {
run: {
Expand Down Expand Up @@ -264,7 +264,7 @@ Type the additional content from the following text inside your application defi
application app = {
name: 'dapr-hello'
instance nodeapp 'radius.dev/Container@v1alpha1 = {
instance nodeapp 'radius.dev/Container@v1alpha1' = {
name: 'nodeapp'
properties: {
run: {
Expand Down Expand Up @@ -345,7 +345,7 @@ Type the additional content from the following text inside your application defi
application app = {
name: 'dapr-hello'
instance nodeapp 'radius.dev/Container@v1alpha1 = {
instance nodeapp 'radius.dev/Container@v1alpha1' = {
name: 'nodeapp'
properties: {
run: {
Expand Down

0 comments on commit d81c28b

Please sign in to comment.