Skip to content

Commit d0b4b2a

Browse files
authored
typo fix (#241)
1 parent 011279c commit d0b4b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ this.http.get('https://reqres.in/api/users?delay=3').subscribe(result => {
6969
```
7070
- `export const AppRoutes = RouterModule.forRoot(routes, { initialNavigation: 'enabled' });` - чтобы не было мигания страницы!
7171

72-
- для работы с куками написан `AppStorage`, которыйй при помощи DI позволяет отдавать разную реализацию для сервера и бразуера. Смотрите `server.storage.ts` и `browser.storage.ts` по реализациям. В `server.ts` есть
72+
- для работы с куками написан `AppStorage`, который при помощи DI позволяет отдавать разную реализацию для сервера и бразуера. Смотрите `server.storage.ts` и `browser.storage.ts` по реализациям. В `server.ts` есть
7373
```ts
7474
providers: [
7575
{

0 commit comments

Comments
 (0)