Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuong committed Feb 1, 2025
1 parent 674df51 commit 6e2bc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pwa-kit-extension-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This mechanism is useful when you want to allow for fine grained customization o

#### Forced overrides
In a case when it is necessary to override some files from an extension but the extension developers do not allow those files to be overridden, you can use `forced_overrides` to by pass the restrictions.
You can create a `.forced_overrides` dot file and list the files you intend to overrides. Any files listed in this files are considered overridable.
You can create a `.forced_overrides` dot file at the root of your base project and list files you intend to overrides. Any files listed in this files are considered overridable.
Note: It is advisable to use this function with caution since it could potential break intended behavior of installed extensions.

#### Setup App and Setup Server
Expand Down

0 comments on commit 6e2bc81

Please sign in to comment.