Skip to content

Commit

Permalink
Fix small typo in documentation (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-fernandez-rodriguez authored Dec 16, 2024
1 parent 526919e commit 35699a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/registerly/getting-started/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Implemented by this class:
```csharp
public class GreeterService : IGreeterService
{
public string Greet() => "Hello, World!"
public string Greet() => "Hello, World!";
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/registerly/getting-started/class-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Implemented by this class:
```csharp
public class GreeterService : IGreeterService
{
public string Greet() => "Hello, World!"
public string Greet() => "Hello, World!";
}
```

Expand Down

0 comments on commit 35699a9

Please sign in to comment.