Skip to content

Commit

Permalink
feat(docs-infra): rename tagdef: @experimental to @publicApi (#26595
Browse files Browse the repository at this point in the history
)

PR Close #26595
  • Loading branch information
petebacondarwin authored and Alex Rickabaugh committed Oct 19, 2018
1 parent 2a78dcb commit 4bd9f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = function() {
return {name: 'experimental'};
return {name: 'publicApi'};
};

0 comments on commit 4bd9f53

Please sign in to comment.