Here: ```typescript /** * A *only* valid way to create a {{ServiceIdentifier}}. */ export function createDecorator<T>(serviceId: string): ServiceIdentifier<T> { ``` **The** only
Here:
The only