Skip to content

Commit

Permalink
fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Oct 29, 2024
1 parent 6b1491e commit 0c6642d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions typespec/examples/comments.tsp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const totalCommentsExample = 1000;
const totalCommentsExample = 40;

const skipCommentsExample = 0;

const limitCommentsExample = 30;
const limitCommentsExample = 40;

const newCommentDtoExample = #{
postId: "11",
Expand Down
2 changes: 1 addition & 1 deletion typespec/examples/courses.tsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const totalCoursesExample = 1000;
const totalCoursesExample = 5;

const skipCoursesExample = 0;

Expand Down
4 changes: 2 additions & 2 deletions typespec/examples/posts.tsp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const totalPostsExample = 1000;
const totalPostsExample = 40;

const skipPostsExample = 0;

const limitPostsExample = 30;
const limitPostsExample = 40;

const newPostDtoExample = #{
title: "New post",
Expand Down
2 changes: 1 addition & 1 deletion typespec/examples/users.tsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const totalUsersExample = 5;
const totalUsersExample = 10;

const skipUsersExample = 0;

Expand Down

0 comments on commit 0c6642d

Please sign in to comment.