notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 44 forks source link

Change GetewayTimeout to GatewayTimeout (typo fix) #409

Open Kuzmanov opened 4 months ago

Kuzmanov commented 4 months ago

Description

Fixes the typo made in NotionAPIErrorCode.cs for the gateway timeout error code.

408