Skip to content

Commit

Permalink
Merge pull request #868 from AldeRoberge/patch-1
Browse files Browse the repository at this point in the history
Fixed typo 'destory' in README.md
  • Loading branch information
mayuki authored Nov 20, 2024
2 parents c498e41 + 16cbc78 commit 86fd03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ public static void OnRuntimeInitialize()
}
```

GrpcChannelProviderHost will be created as DontDestroyOnLoad and keeps existing while the application is running. DO NOT destory it.
GrpcChannelProviderHost will be created as DontDestroyOnLoad and keeps existing while the application is running. DO NOT destroy it.

![image](https://user-images.githubusercontent.com/9012/111586444-2eb82980-8804-11eb-8a4f-a898c86e5a60.png)
Expand Down

0 comments on commit 86fd03a

Please sign in to comment.