Skip to content

Commit

Permalink
Update ContentService-Events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Aug 23, 2013
1 parent 0103387 commit f65dea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Documentation/Reference/Events-v6/ContentService-Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ The ContentService class is the most commonly used type when extending Umbraco u

Example usage of the ContentService events:

```
using Umbraco.Core;
```using Umbraco.Core;
using Umbraco.Core.Events;
using Umbraco.Core.Models;
using Umbraco.Core.Publishing;
Expand All @@ -31,8 +30,7 @@ namespace My.Namespace
}
}
}
}
```
}```
## Events ##
Expand Down

0 comments on commit f65dea8

Please sign in to comment.