diff --git a/documentation/documentation/engine/grammars/embedded_section.md b/documentation/documentation/engine/grammars/embedded_section.md index f8b51c4be..ae328ad65 100644 --- a/documentation/documentation/engine/grammars/embedded_section.md +++ b/documentation/documentation/engine/grammars/embedded_section.md @@ -7,7 +7,7 @@ To make this concrete, let's say that you have a Fixture to interact with the ma <[sample:preferences-fixture]> -To embed that `PreferencesFixture` into the main application fixture, you use the `Fixture.Embed<T>(title)` method to create an embedded section like this: +To embed that `PreferencesFixture` into the main application fixture, you use the `Fixture.Embed(title)` method to create an embedded section like this: <[sample:exposing-embedded-section]>