mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
Fix typo
This commit is contained in:
parent
141186d452
commit
496c3328e0
@ -100,7 +100,7 @@ How and where you check a flag's state is one of the most important architectura
|
||||
|
||||
Directly calling the Unleash SDK's `unleash.isEnabled()` throughout your codebase tightly couples your application to the specific SDK implementation.
|
||||
|
||||
Instead, we recommend implementing an abstraction layer, often called a "wrapper," to encapsulate all interactions with the Unleash SDK. This service becomes the single entry point for all feature flag checks in your application.
|
||||
Instead, we recommend implementing an abstraction layer, often called a "wrapper", to encapsulate all interactions with the Unleash SDK. This service becomes the single entry point for all feature flag checks in your application.
|
||||
|
||||
```typescript
|
||||
// src/services/feature-service.ts
|
||||
|
Loading…
Reference in New Issue
Block a user